#2CDB99
A medium, vivid green closely aligning with Mediumseagreen.
About #2CDB99
Visually, #2CDB99 is defined as a vivid green. Its closest recognized web color is Mediumseagreen. In the RGB color space, it consists of 44 red, 219 green, and 153 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 80% Cyan, 0% Magenta, 30% Yellow, and 14% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CDB99
RGB44, 219, 153
HSL157.4°, 70.9%, 51.6%
CMYK80%, 0%, 30%, 14%
HSV157.4°, 79.9%, 85.9%
LAB78.2, -57.6, 20.6
XYZ32.1, 53.5, 38.8
Decimal2939801
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.79:1
Text on #FFFFFF
FAIL
11.70:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CDB99;
}
.text-color {
color: #2CDB99;
}
.border-color {
border: 2px solid #2CDB99;
}