#00AF1D
A dark, vivid green closely aligning with Limegreen.
About #00AF1D
When working with digital screens, the color #00AF1D is rendered by mixing light. Designers often compare it to the standard color Limegreen. In the RGB color space, it consists of 0 red, 175 green, and 29 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. With a hue angle of 129.9 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00AF1D
RGB0, 175, 29
HSL129.9°, 100.0%, 34.3%
CMYK100%, 0%, 83%, 31%
HSV129.9°, 100.0%, 68.6%
LAB62.3, -64.0, 57.7
XYZ15.6, 30.7, 6.3
Decimal44829
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.94:1
Text on #FFFFFF
FAIL
7.15:1
Text on #000000
AAA
2.81:1
Text on #F8FAFC
FAIL
6.08:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00AF1D;
}
.text-color {
color: #00AF1D;
}
.border-color {
border: 2px solid #00AF1D;
}