#00E21D
A medium, vivid green closely aligning with Lime.
About #00E21D
The precise color #00E21D is an excellent choice for modern design projects. Designers often compare it to the standard color Lime. In the RGB color space, it consists of 0 red, 226 green, and 29 blue.
Translating this color to physical media requires the CMYK color model. The color uses 100% Cyan, 0% Magenta, 87% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#00E21D
RGB0, 226, 29
HSL127.7°, 100.0%, 44.3%
CMYK100%, 0%, 87%, 11%
HSV127.7°, 100.0%, 88.6%
LAB78.7, -78.0, 72.4
XYZ27.4, 54.5, 10.2
Decimal57885
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.77:1
Text on #FFFFFF
FAIL
11.90:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00E21D;
}
.text-color {
color: #00E21D;
}
.border-color {
border: 2px solid #00E21D;
}