#00F049
A medium, vivid green closely aligning with Limegreen.
About #00F049
At its core, #00F049 is a medium and vivid hue. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(0, 240, 73).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 100% cyan, 0% magenta, 70% yellow, and 6% black. The HSL representation is 138.2° hue, 100.0% saturation, and 47.1% lightness.
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#00F049
RGB0, 240, 73
HSL138.2°, 100.0%, 47.1%
CMYK100%, 0%, 70%, 6%
HSV138.2°, 100.0%, 94.1%
LAB83.3, -79.0, 64.2
XYZ32.4, 62.8, 16.7
Decimal61513
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.56:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00F049;
}
.text-color {
color: #00F049;
}
.border-color {
border: 2px solid #00F049;
}