Lime (#00ff00) is a medium, vivid green. It is a CSS named color, so you can use it in stylesheets as color: lime as well as by its hex code. In RGB it is rgb(0, 255, 0); in HSL, hsl(120, 100%, 50%).
#00ff00
Color conversions
Hex
#00ff00
CSS name
lime
RGB
rgb(0, 255, 0)
HSL
hsl(120, 100%, 50%)
CMYK
100%, 0%, 100%, 0%
CSS example
color: #00ff00; background-color: rgb(0, 255, 0);
Tints and shades of #00ff00
The hue is calculated at seven exact lightness levels for use in backgrounds, borders, text and hover states. These values are not substituted with nearby named colors.
#d6ffd6
#8fff8f
#47ff47
#00ff00
#00b800
#007a00
#004700
Color schemes with #00ff00
Complementary — maximum contrast, from opposite sides of the color wheel:
On a #00ff00 background, black text gives the better contrast. WCAG requires 4.5:1 for normal text and 3:1 for large text (AA), or 7:1 and 4.5:1 for AAA.