#07AF00
A dark, vivid green closely aligning with Limegreen.
About #07AF00
The precise color #07AF00 is an excellent choice for modern design projects. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(7, 175, 0).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 96% C, 0% M, 100% Y, and 31% K. The HSL representation is 117.6° hue, 100.0% saturation, and 34.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07AF00
RGB7, 175, 0
HSL117.6°, 100.0%, 34.3%
CMYK96%, 0%, 100%, 31%
HSV117.6°, 100.0%, 68.6%
LAB62.3, -64.6, 62.8
XYZ15.4, 30.7, 5.1
Decimal503552
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: #07AF00;
}
.text-color {
color: #07AF00;
}
.border-color {
border: 2px solid #07AF00;
}