#00E249
A medium, vivid green closely aligning with Limegreen.
About #00E249
Visually, #00E249 is defined as a vivid green. Its closest recognized web color is Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 226, and 73.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. The HSL representation is 139.4° hue, 100.0% saturation, and 44.3% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#00E249
RGB0, 226, 73
HSL139.4°, 100.0%, 44.3%
CMYK100%, 0%, 68%, 11%
HSV139.4°, 100.0%, 88.6%
LAB79.0, -75.1, 59.5
XYZ28.4, 54.9, 15.4
Decimal57929
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
11.97:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00E249;
}
.text-color {
color: #00E249;
}
.border-color {
border: 2px solid #00E249;
}