#2C8300
A dark, vivid green closely aligning with Green.
About #2C8300
When working with digital screens, the color #2C8300 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Green. In the RGB color space, it consists of 44 red, 131 green, and 0 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 66% cyan and 0% magenta inks. The HSL representation is 99.8° hue, 100.0% saturation, and 25.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C8300
RGB44, 131, 0
HSL99.8°, 100.0%, 25.7%
CMYK66%, 0%, 100%, 49%
HSV99.8°, 100.0%, 51.4%
LAB48.0, -46.5, 51.6
XYZ9.2, 16.8, 2.8
Decimal2917120
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.82:1
Text on #FFFFFF
AA
4.35:1
Text on #000000
AA Large
4.61:1
Text on #F8FAFC
AA
3.70:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C8300;
}
.text-color {
color: #2C8300;
}
.border-color {
border: 2px solid #2C8300;
}