#00E216
A medium, vivid green closely aligning with Lime.
About #00E216
The hex code #00E216 represents a beautifully specific shade of green. Its closest recognized web color is Lime. This translates to an RGB value of rgb(0, 226, 22).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00E216
RGB0, 226, 22
HSL125.8°, 100.0%, 44.3%
CMYK100%, 0%, 90%, 11%
HSV125.8°, 100.0%, 88.6%
LAB78.7, -78.2, 73.6
XYZ27.3, 54.5, 9.8
Decimal57878
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.77:1
Text on #FFFFFF
FAIL
11.89: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: #00E216;
}
.text-color {
color: #00E216;
}
.border-color {
border: 2px solid #00E216;
}