#07B607
A dark, vivid green closely aligning with Limegreen.
About #07B607
The precise color #07B607 is an excellent choice for modern design projects. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 7 red, 182 green, and 7 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 96% Cyan, 0% Magenta, 96% Yellow, and 29% Black. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07B607
RGB7, 182, 7
HSL120.0°, 92.6%, 37.1%
CMYK96%, 0%, 96%, 29%
HSV120.0°, 96.2%, 71.4%
LAB64.6, -66.4, 63.8
XYZ16.9, 33.5, 5.8
Decimal505351
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.73:1
Text on #FFFFFF
FAIL
7.70:1
Text on #000000
AAA
2.61:1
Text on #F8FAFC
FAIL
6.55:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07B607;
}
.text-color {
color: #07B607;
}
.border-color {
border: 2px solid #07B607;
}