#2CDB5F
A medium, vivid green closely aligning with Limegreen.
About #2CDB5F
At its core, #2CDB5F is a medium and vivid hue. It is closely associated with the named CSS color Limegreen. Its digital footprint relies on 44 parts red, 219 parts green, and 95 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 80% C, 0% M, 57% Y, and 14% K. With a hue angle of 137.5 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2CDB5F
RGB44, 219, 95
HSL137.5°, 70.9%, 51.6%
CMYK80%, 0%, 57%, 14%
HSV137.5°, 79.9%, 85.9%
LAB77.3, -67.7, 48.4
XYZ28.4, 52.0, 19.4
Decimal2939743
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.84:1
Text on #FFFFFF
FAIL
11.40:1
Text on #000000
AAA
1.76:1
Text on #F8FAFC
FAIL
9.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CDB5F;
}
.text-color {
color: #2CDB5F;
}
.border-color {
border: 2px solid #2CDB5F;
}