#00AF00
A dark, vivid green closely aligning with Limegreen.
About #00AF00
When working with digital screens, the color #00AF00 is rendered by mixing light. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(0, 175, 0).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 100% cyan, 0% magenta, 100% yellow, and 31% black. The HSL representation is 120.0° hue, 100.0% saturation, and 34.3% lightness.
Contrast ratios determine whether this color is safe for typography. 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#00AF00
RGB0, 175, 0
HSL120.0°, 100.0%, 34.3%
CMYK100%, 0%, 100%, 31%
HSV120.0°, 100.0%, 68.6%
LAB62.2, -65.0, 62.7
XYZ15.3, 30.7, 5.1
Decimal44800
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.94:1
Text on #FFFFFF
FAIL
7.13:1
Text on #000000
AAA
2.81:1
Text on #F8FAFC
FAIL
6.06:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00AF00;
}
.text-color {
color: #00AF00;
}
.border-color {
border: 2px solid #00AF00;
}