HTML color code #00FF00

Example of Lime color or HTML color code #00FF00.

W3C color name: Lime
Color name: Lime
RGB: 0, 255, 0
HSL: 120-deg, 100.00%, 50.00%
CSS shorthand: #0F0
Web safe color: Yes

RGB complementary color:

A complementary color for this color is #FF00FF (Magenta or Fuchsia).

Example text color using #00FF00

This text is placeholder text to give you an idea of how this color looks when used as a font color on a white background. The following sentence uses every English character: The quick brown fox jumps over the lazy dog. 0123456789 Bold text. Italic text. With Underline.

                    

This text is placeholder text to give you an idea of how this color looks when used as a font color on a black background. The following sentence uses every English character: The quick brown fox jumps over the lazy dog. 0123456789 Bold text. Italic text. With Underline.

                    

HTML examples

<p style="color:lime;">Your text using color name.</p>
<p style="color:#00FF00;">Your text using HTML color code.</p>
<p style="color:rgb(0 255 0);">Your text using RGB color values.</p>
<p style="color:hsl(120deg 100.00% 50.00%);">Your text using HSL color values.</p>

CSS code examples

<style> p { color:lime; } </style>
<style> p { color:#00FF00; } </style>
<style> p { color:rgb(0 255 0); } </style>
<style> p { color:hsl(120deg 100.00% 50.00%); } </style>

Lighter colors

#0AFF0A
#14FF14
#1EFF1E
#28FF28
#32FF32
#3CFF3C
#46FF46
#50FF50

Darker colors

#00F500
#00EB00
#00E100
#00D700
#00CD00
#00C300
#00B900
#00AF00

Analogous colors

#00FF2A
#00FF55
#00FF80
#00FFAA
#00FFD5
#00FFFF
#00D5FF
#00AAFF

Trinary colors

#00FF00
#0000FF
#FF0000

Adjacent colors

#36F57F
#00FA9A
#12E193
#5FFB17
#7CFC00
#66FF00
#7FFF00
#87F717

Other colors containing "lime"

The following table is a list of other colors containing the keyword "lime" in the color name. This table can give you other ideas for shades of lime.

CodeColor
#41A317Dark Lime Green
#32CD32LimeGreen (W3C)
#36F57FLime Mint Green
#BCE954Slime Green
Tip

Enter any HTML color code into our search to get results like this page.

Computer Hope - HTML color codes - Top 100 color codes