#07AF2C
A dark, vivid green closely aligning with Limegreen.
About #07AF2C
The hex code #07AF2C represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 175, and 44.
For print applications, it's crucial to understand its CMYK makeup. The color uses 96% Cyan, 0% Magenta, 75% Yellow, and 31% Black. With a hue angle of 133.2 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07AF2C
RGB7, 175, 44
HSL133.2°, 92.3%, 35.7%
CMYK96%, 0%, 75%, 31%
HSV133.2°, 96.0%, 68.6%
LAB62.4, -62.6, 53.2
XYZ15.9, 30.9, 7.5
Decimal503596
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.93:1
Text on #FFFFFF
FAIL
7.18:1
Text on #000000
AAA
2.80:1
Text on #F8FAFC
FAIL
6.10:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07AF2C;
}
.text-color {
color: #07AF2C;
}
.border-color {
border: 2px solid #07AF2C;
}