#23AA40
A medium, moderate green closely aligning with Forestgreen.
About #23AA40
The hex code #23AA40 represents a beautifully specific shade of green. Designers often compare it to the standard color Forestgreen. In the RGB color space, it consists of 35 red, 170 green, and 64 blue.
Translating this color to physical media requires the CMYK color model. The color uses 79% Cyan, 0% Magenta, 62% Yellow, and 33% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#23AA40
RGB35, 170, 64
HSL132.9°, 65.9%, 40.2%
CMYK79%, 0%, 62%, 33%
HSV132.9°, 79.4%, 66.7%
LAB61.2, -56.7, 43.8
XYZ16.0, 29.5, 9.7
Decimal2337344
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.05:1
Text on #FFFFFF
AA Large
6.90:1
Text on #000000
AA
2.91:1
Text on #F8FAFC
FAIL
5.86:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #23AA40;
}
.text-color {
color: #23AA40;
}
.border-color {
border: 2px solid #23AA40;
}