#07F849
A medium, vivid green closely aligning with Lime.
About #07F849
The hex code #07F849 represents a beautifully specific shade of green. It is closely associated with the named CSS color Lime. Its digital footprint relies on 7 parts red, 248 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 97% C, 0% M, 71% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07F849
RGB7, 248, 73
HSL136.4°, 94.5%, 50.0%
CMYK97%, 0%, 71%, 3%
HSV136.4°, 97.2%, 97.3%
LAB85.8, -81.1, 66.8
XYZ34.9, 67.7, 17.5
Decimal522313
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.53:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07F849;
}
.text-color {
color: #07F849;
}
.border-color {
border: 2px solid #07F849;
}