#00E916
A medium, vivid green closely aligning with Lime.
About #00E916
When working with digital screens, the color #00E916 is rendered by mixing light. Designers often compare it to the standard color Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 233, and 22.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 100% cyan, 0% magenta, 91% 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. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#00E916
RGB0, 233, 22
HSL125.7°, 100.0%, 45.7%
CMYK100%, 0%, 91%, 9%
HSV125.7°, 100.0%, 91.4%
LAB80.9, -80.1, 75.5
XYZ29.3, 58.3, 10.5
Decimal59670
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: #00E916;
}
.text-color {
color: #00E916;
}
.border-color {
border: 2px solid #00E916;
}