#00AF0F
A dark, vivid green closely aligning with Limegreen.
About #00AF0F
The precise color #00AF0F is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 175, and 15.
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 0% Magenta, 91% Yellow, and 31% Black. With a hue angle of 125.1 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00AF0F
RGB0, 175, 15
HSL125.1°, 100.0%, 34.3%
CMYK100%, 0%, 91%, 31%
HSV125.1°, 100.0%, 68.6%
LAB62.2, -64.6, 60.7
XYZ15.4, 30.7, 5.6
Decimal44815
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: #00AF0F;
}
.text-color {
color: #00AF0F;
}
.border-color {
border: 2px solid #00AF0F;
}