#2CCC8A
A medium, moderate green closely aligning with Mediumseagreen.
About #2CCC8A
When working with digital screens, the color #2CCC8A is rendered by mixing light. It is closely associated with the named CSS color Mediumseagreen. In the RGB color space, it consists of 44 red, 204 green, and 138 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 78% Cyan, 0% Magenta, 32% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CCC8A
RGB44, 204, 138
HSL155.2°, 64.5%, 48.6%
CMYK78%, 0%, 32%, 20%
HSV155.2°, 78.4%, 80.0%
LAB73.3, -55.2, 21.8
XYZ27.2, 45.6, 31.4
Decimal2935946
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.08:1
Text on #FFFFFF
FAIL
10.11:1
Text on #000000
AAA
1.99:1
Text on #F8FAFC
FAIL
8.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CCC8A;
}
.text-color {
color: #2CCC8A;
}
.border-color {
border: 2px solid #2CCC8A;
}