#3AA82C
A medium, moderate green closely aligning with Forestgreen.
About #3AA82C
Visually, #3AA82C is defined as a moderate green. It is closely associated with the named CSS color Forestgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 168, and 44.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 65% cyan and 0% magenta inks. The HSL representation is 113.2° hue, 58.5% saturation, and 41.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#3AA82C
RGB58, 168, 44
HSL113.2°, 58.5%, 41.6%
CMYK65%, 0%, 74%, 34%
HSV113.2°, 73.8%, 65.9%
LAB60.9, -54.0, 51.9
XYZ16.2, 29.1, 7.1
Decimal3844140
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.08:1
Text on #FFFFFF
AA Large
6.82:1
Text on #000000
AA
2.94:1
Text on #F8FAFC
FAIL
5.80:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3AA82C;
}
.text-color {
color: #3AA82C;
}
.border-color {
border: 2px solid #3AA82C;
}