#07E207
A medium, vivid green closely aligning with Lime.
About #07E207
At its core, #07E207 is a medium and vivid hue. Designers often compare it to the standard color Lime. This translates to an RGB value of rgb(7, 226, 7).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 97% cyan and 0% magenta inks. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07E207
RGB7, 226, 7
HSL120.0°, 94.0%, 45.7%
CMYK97%, 0%, 97%, 11%
HSV120.0°, 96.9%, 88.6%
LAB78.7, -78.3, 75.3
XYZ27.3, 54.5, 9.3
Decimal516615
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.77:1
Text on #FFFFFF
FAIL
11.89:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07E207;
}
.text-color {
color: #07E207;
}
.border-color {
border: 2px solid #07E207;
}