#2CC58A
A medium, moderate green closely aligning with Mediumseagreen.
About #2CC58A
Visually, #2CC58A is defined as a moderate green. Designers often compare it to the standard color Mediumseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 197, and 138.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 78% cyan, 0% magenta, 30% yellow, and 23% black. With a hue angle of 156.9 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2CC58A
RGB44, 197, 138
HSL156.9°, 63.5%, 47.3%
CMYK78%, 0%, 30%, 23%
HSV156.9°, 77.7%, 77.3%
LAB71.1, -52.5, 18.8
XYZ25.6, 42.3, 30.9
Decimal2934154
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.22:1
Text on #FFFFFF
FAIL
9.46:1
Text on #000000
AAA
2.12:1
Text on #F8FAFC
FAIL
8.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CC58A;
}
.text-color {
color: #2CC58A;
}
.border-color {
border: 2px solid #2CC58A;
}