#07E907
A medium, vivid green closely aligning with Lime.
About #07E907
When working with digital screens, the color #07E907 is rendered by mixing light. It is closely associated with the named CSS color Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 233, and 7.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 97% Cyan, 0% Magenta, 97% Yellow, and 9% Black. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#07E907
RGB7, 233, 7
HSL120.0°, 94.2%, 47.1%
CMYK97%, 0%, 97%, 9%
HSV120.0°, 97.0%, 91.4%
LAB80.9, -80.2, 77.1
XYZ29.3, 58.3, 9.9
Decimal518407
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: #07E907;
}
.text-color {
color: #07E907;
}
.border-color {
border: 2px solid #07E907;
}