#07E216
A medium, vivid green closely aligning with Lime.
About #07E216
The hex code #07E216 represents a beautifully specific shade of green. It is closely associated with the named CSS color Lime. Its digital footprint relies on 7 parts red, 226 parts green, and 22 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 97% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07E216
RGB7, 226, 22
HSL124.1°, 94.0%, 45.7%
CMYK97%, 0%, 90%, 11%
HSV124.1°, 96.9%, 88.6%
LAB78.7, -78.0, 73.6
XYZ27.4, 54.5, 9.8
Decimal516630
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.90:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07E216;
}
.text-color {
color: #07E216;
}
.border-color {
border: 2px solid #07E216;
}