#07B600
A dark, vivid green closely aligning with Limegreen.
About #07B600
The hex code #07B600 represents a beautifully specific shade of green. Designers often compare it to the standard color Limegreen. In the RGB color space, it consists of 7 red, 182 green, and 0 blue.
Translating this color to physical media requires the CMYK color model. The color uses 96% Cyan, 0% Magenta, 100% Yellow, and 29% Black. With a hue angle of 117.7 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07B600
RGB7, 182, 0
HSL117.7°, 100.0%, 35.7%
CMYK96%, 0%, 100%, 29%
HSV117.7°, 100.0%, 71.4%
LAB64.6, -66.6, 64.6
XYZ16.8, 33.5, 5.6
Decimal505344
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: #07B600;
}
.text-color {
color: #07B600;
}
.border-color {
border: 2px solid #07B600;
}