#00E90F
A medium, vivid green closely aligning with Lime.
About #00E90F
When working with digital screens, the color #00E90F is rendered by mixing light. If you're using CSS, you might find it aligns closely with Lime. In the RGB color space, it consists of 0 red, 233 green, and 15 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 100% Cyan, 0% Magenta, 94% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00E90F
RGB0, 233, 15
HSL123.9°, 100.0%, 45.7%
CMYK100%, 0%, 94%, 9%
HSV123.9°, 100.0%, 91.4%
LAB80.9, -80.2, 76.4
XYZ29.2, 58.3, 10.2
Decimal59663
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: #00E90F;
}
.text-color {
color: #00E90F;
}
.border-color {
border: 2px solid #00E90F;
}