#00E949
A medium, vivid green closely aligning with Limegreen.
About #00E949
The hex code #00E949 represents a beautifully specific shade of green. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(0, 233, 73).
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 0% Magenta, 69% Yellow, and 9% Black. With a hue angle of 138.8 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#00E949
RGB0, 233, 73
HSL138.8°, 100.0%, 45.7%
CMYK100%, 0%, 69%, 9%
HSV138.8°, 100.0%, 91.4%
LAB81.2, -77.1, 61.9
XYZ30.3, 58.8, 16.0
Decimal59721
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.75:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00E949;
}
.text-color {
color: #00E949;
}
.border-color {
border: 2px solid #00E949;
}