#00FF49
A medium, vivid green closely aligning with Lime.
About #00FF49
Visually, #00FF49 is defined as a vivid green. It is closely associated with the named CSS color Lime. Its digital footprint relies on 0 parts red, 255 parts green, and 73 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 100% C, 0% M, 71% Y, and 0% K. The HSL representation is 137.2° hue, 100.0% saturation, and 50.0% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#00FF49
RGB0, 255, 73
HSL137.2°, 100.0%, 50.0%
CMYK100%, 0%, 71%, 0%
HSV137.2°, 100.0%, 100.0%
LAB88.0, -83.2, 69.0
XYZ37.0, 72.0, 18.3
Decimal65353
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.40:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00FF49;
}
.text-color {
color: #00FF49;
}
.border-color {
border: 2px solid #00FF49;
}