#2CA03A
A medium, moderate green closely aligning with Forestgreen.
About #2CA03A
When working with digital screens, the color #2CA03A is rendered by mixing light. If you're using CSS, you might find it aligns closely with Forestgreen. Its digital footprint relies on 44 parts red, 160 parts green, and 58 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 72% C, 0% M, 64% Y, and 37% K. The HSL representation is 127.2° hue, 56.9% saturation, and 40.0% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#2CA03A
RGB44, 160, 58
HSL127.2°, 56.9%, 40.0%
CMYK72%, 0%, 64%, 37%
HSV127.2°, 72.5%, 62.7%
LAB58.0, -52.7, 43.0
XYZ14.4, 26.0, 8.3
Decimal2924602
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.39:1
Text on #FFFFFF
AA Large
6.20:1
Text on #000000
AA
3.24:1
Text on #F8FAFC
AA Large
5.27:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2CA03A;
}
.text-color {
color: #2CA03A;
}
.border-color {
border: 2px solid #2CA03A;
}