#00E907
A medium, vivid green closely aligning with Lime.
About #00E907
When working with digital screens, the color #00E907 is rendered by mixing light. Its closest recognized web color is Lime. In the RGB color space, it consists of 0 red, 233 green, and 7 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 100% Cyan, 0% Magenta, 97% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#00E907
RGB0, 233, 7
HSL121.8°, 100.0%, 45.7%
CMYK100%, 0%, 97%, 9%
HSV121.8°, 100.0%, 91.4%
LAB80.9, -80.4, 77.1
XYZ29.2, 58.3, 9.9
Decimal59655
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.66:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00E907;
}
.text-color {
color: #00E907;
}
.border-color {
border: 2px solid #00E907;
}