#2CC56D
A medium, moderate green closely aligning with Mediumseagreen.
About #2CC56D
The hex code #2CC56D represents a beautifully specific shade of green. It is closely associated with the named CSS color Mediumseagreen. This translates to an RGB value of rgb(44, 197, 109).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 78% cyan and 0% magenta inks. The HSL representation is 145.5° hue, 63.5% saturation, and 47.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2CC56D
RGB44, 197, 109
HSL145.5°, 63.5%, 47.3%
CMYK78%, 0%, 45%, 23%
HSV145.5°, 77.7%, 77.3%
LAB70.6, -58.2, 33.3
XYZ23.8, 41.6, 21.2
Decimal2934125
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.25:1
Text on #FFFFFF
FAIL
9.31:1
Text on #000000
AAA
2.15:1
Text on #F8FAFC
FAIL
7.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CC56D;
}
.text-color {
color: #2CC56D;
}
.border-color {
border: 2px solid #2CC56D;
}