#00E91D
A medium, vivid green closely aligning with Lime.
About #00E91D
The precise color #00E91D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 233, and 29.
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 0% Magenta, 88% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00E91D
RGB0, 233, 29
HSL127.5°, 100.0%, 45.7%
CMYK100%, 0%, 88%, 9%
HSV127.5°, 100.0%, 91.4%
LAB80.9, -79.9, 74.3
XYZ29.4, 58.4, 10.9
Decimal59677
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.67:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00E91D;
}
.text-color {
color: #00E91D;
}
.border-color {
border: 2px solid #00E91D;
}