#07C51D
A medium, vivid green closely aligning with Limegreen.
About #07C51D
Visually, #07C51D is defined as a vivid green. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 7 red, 197 green, and 29 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 96% cyan, 0% magenta, 85% yellow, and 23% black. With a hue angle of 126.9 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. 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#07C51D
RGB7, 197, 29
HSL126.9°, 93.1%, 40.0%
CMYK96%, 0%, 85%, 23%
HSV126.9°, 96.4%, 77.3%
LAB69.5, -69.9, 64.3
XYZ20.3, 40.1, 7.8
Decimal509213
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.33:1
Text on #FFFFFF
FAIL
9.01:1
Text on #000000
AAA
2.23:1
Text on #F8FAFC
FAIL
7.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07C51D;
}
.text-color {
color: #07C51D;
}
.border-color {
border: 2px solid #07C51D;
}