#2C9200
A dark, vivid green closely aligning with Green.
About #2C9200
Visually, #2C9200 is defined as a vivid green. Its closest recognized web color is Green. This translates to an RGB value of rgb(44, 146, 0).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 70% Cyan, 0% Magenta, 100% Yellow, and 43% Black. With a hue angle of 101.9 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C9200
RGB44, 146, 0
HSL101.9°, 100.0%, 28.6%
CMYK70%, 0%, 100%, 43%
HSV101.9°, 100.0%, 57.3%
LAB53.1, -51.7, 55.6
XYZ11.3, 21.1, 3.5
Decimal2920960
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.02:1
Text on #FFFFFF
AA Large
5.22:1
Text on #000000
AA
3.85:1
Text on #F8FAFC
AA Large
4.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C9200;
}
.text-color {
color: #2C9200;
}
.border-color {
border: 2px solid #2C9200;
}