#2CDB92
A medium, vivid green closely aligning with Mediumseagreen.
About #2CDB92
Visually, #2CDB92 is defined as a vivid green. Designers often compare it to the standard color Mediumseagreen. In the RGB color space, it consists of 44 red, 219 green, and 146 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 80% Cyan, 0% Magenta, 33% Yellow, and 14% Black. The HSL representation is 155.0° hue, 70.9% saturation, and 51.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#2CDB92
RGB44, 219, 146
HSL155.0°, 70.9%, 51.6%
CMYK80%, 0%, 33%, 14%
HSV155.0°, 79.9%, 85.9%
LAB78.0, -59.1, 24.1
XYZ31.6, 53.3, 35.8
Decimal2939794
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.65:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CDB92;
}
.text-color {
color: #2CDB92;
}
.border-color {
border: 2px solid #2CDB92;
}