#00AF2C
A dark, vivid green closely aligning with Limegreen.
About #00AF2C
At its core, #00AF2C is a dark and vivid hue. 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 44.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 100% C, 0% M, 75% Y, and 31% K. Always request a physical proof before doing a large print run with this exact code.
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#00AF2C
RGB0, 175, 44
HSL135.1°, 100.0%, 34.3%
CMYK100%, 0%, 75%, 31%
HSV135.1°, 100.0%, 68.6%
LAB62.4, -63.0, 53.1
XYZ15.8, 30.8, 7.5
Decimal44844
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.93:1
Text on #FFFFFF
FAIL
7.17:1
Text on #000000
AAA
2.80:1
Text on #F8FAFC
FAIL
6.09:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00AF2C;
}
.text-color {
color: #00AF2C;
}
.border-color {
border: 2px solid #00AF2C;
}