#07AF07
A dark, vivid green closely aligning with Limegreen.
About #07AF07
The hex code #07AF07 represents a beautifully specific shade of green. Its closest recognized web color is Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 175, and 7.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 96% C, 0% M, 96% Y, and 31% K. The HSL representation is 120.0° hue, 92.3% saturation, and 35.7% lightness.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07AF07
RGB7, 175, 7
HSL120.0°, 92.3%, 35.7%
CMYK96%, 0%, 96%, 31%
HSV120.0°, 96.0%, 68.6%
LAB62.3, -64.5, 61.9
XYZ15.5, 30.7, 5.3
Decimal503559
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.94:1
Text on #FFFFFF
FAIL
7.14:1
Text on #000000
AAA
2.81:1
Text on #F8FAFC
FAIL
6.07:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07AF07;
}
.text-color {
color: #07AF07;
}
.border-color {
border: 2px solid #07AF07;
}