#2CA82C
A medium, moderate green closely aligning with Forestgreen.
About #2CA82C
Visually, #2CA82C is defined as a moderate green. If you're using CSS, you might find it aligns closely with Forestgreen. In the RGB color space, it consists of 44 red, 168 green, and 44 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 74% cyan and 0% magenta inks. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CA82C
RGB44, 168, 44
HSL120.0°, 58.5%, 41.6%
CMYK74%, 0%, 74%, 34%
HSV120.0°, 73.8%, 65.9%
LAB60.5, -56.7, 51.4
XYZ15.5, 28.7, 7.1
Decimal2926636
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.11:1
Text on #FFFFFF
AA Large
6.74:1
Text on #000000
AA
2.98:1
Text on #F8FAFC
FAIL
5.73:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2CA82C;
}
.text-color {
color: #2CA82C;
}
.border-color {
border: 2px solid #2CA82C;
}