#00E207
A medium, vivid green closely aligning with Lime.
About #00E207
When working with digital screens, the color #00E207 is rendered by mixing light. Its closest recognized web color is Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 226, and 7.
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. With a hue angle of 121.9 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00E207
RGB0, 226, 7
HSL121.9°, 100.0%, 44.3%
CMYK100%, 0%, 97%, 11%
HSV121.9°, 100.0%, 88.6%
LAB78.7, -78.6, 75.3
XYZ27.2, 54.4, 9.3
Decimal57863
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.77:1
Text on #FFFFFF
FAIL
11.88:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00E207;
}
.text-color {
color: #00E207;
}
.border-color {
border: 2px solid #00E207;
}