#00F849
A medium, vivid green closely aligning with Lime.
About #00F849
The hex code #00F849 represents a beautifully specific shade of green. Designers often compare it to the standard color Lime. In the RGB color space, it consists of 0 red, 248 green, and 73 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 100% cyan, 0% magenta, 71% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00F849
RGB0, 248, 73
HSL137.7°, 100.0%, 48.6%
CMYK100%, 0%, 71%, 3%
HSV137.7°, 100.0%, 97.3%
LAB85.8, -81.3, 66.8
XYZ34.8, 67.6, 17.5
Decimal63561
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.52: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: #00F849;
}
.text-color {
color: #00F849;
}
.border-color {
border: 2px solid #00F849;
}