#07AF24
A dark, vivid green closely aligning with Limegreen.
About #07AF24
At its core, #07AF24 is a dark and vivid hue. It is closely associated with the named CSS color Limegreen. Its digital footprint relies on 7 parts red, 175 parts green, and 36 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 96% C, 0% M, 79% Y, and 31% K. With a hue angle of 130.4 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07AF24
RGB7, 175, 36
HSL130.4°, 92.3%, 35.7%
CMYK96%, 0%, 79%, 31%
HSV130.4°, 96.0%, 68.6%
LAB62.4, -63.2, 55.8
XYZ15.7, 30.8, 6.8
Decimal503588
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.93:1
Text on #FFFFFF
FAIL
7.17:1
Text on #000000
AAA
2.80:1
Text on #F8FAFC
FAIL
6.09:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07AF24;
}
.text-color {
color: #07AF24;
}
.border-color {
border: 2px solid #07AF24;
}