#2CDB7C
A medium, vivid green closely aligning with Mediumspringgreen.
About #2CDB7C
Visually, #2CDB7C is defined as a vivid green. Its closest recognized web color is Mediumspringgreen. This translates to an RGB value of rgb(44, 219, 124).
If you are designing for print, the four-color process is what matters most. The color uses 80% Cyan, 0% Magenta, 43% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CDB7C
RGB44, 219, 124
HSL147.4°, 70.9%, 51.6%
CMYK80%, 0%, 43%, 14%
HSV147.4°, 79.9%, 85.9%
LAB77.7, -63.3, 34.8
XYZ30.0, 52.7, 27.7
Decimal2939772
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.82:1
Text on #FFFFFF
FAIL
11.53:1
Text on #000000
AAA
1.74:1
Text on #F8FAFC
FAIL
9.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CDB7C;
}
.text-color {
color: #2CDB7C;
}
.border-color {
border: 2px solid #2CDB7C;
}