#2CC575
A medium, moderate green closely aligning with Mediumseagreen.
About #2CC575
When working with digital screens, the color #2CC575 is rendered by mixing light. Designers often compare it to the standard color Mediumseagreen. This translates to an RGB value of rgb(44, 197, 117).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 78% cyan, 0% magenta, 41% yellow, and 23% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#2CC575
RGB44, 197, 117
HSL148.6°, 63.5%, 47.3%
CMYK78%, 0%, 41%, 23%
HSV148.6°, 77.7%, 77.3%
LAB70.7, -56.7, 29.3
XYZ24.2, 41.8, 23.6
Decimal2934133
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.25:1
Text on #FFFFFF
FAIL
9.35:1
Text on #000000
AAA
2.15:1
Text on #F8FAFC
FAIL
7.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CC575;
}
.text-color {
color: #2CC575;
}
.border-color {
border: 2px solid #2CC575;
}