#2CFF7C
A medium, vivid green closely aligning with Springgreen.
About #2CFF7C
When working with digital screens, the color #2CFF7C is rendered by mixing light. It is closely associated with the named CSS color Springgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 255, and 124.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 83% C, 0% M, 51% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CFF7C
RGB44, 255, 124
HSL142.7°, 100.0%, 58.6%
CMYK83%, 0%, 51%, 0%
HSV142.7°, 82.7%, 100.0%
LAB88.7, -75.2, 48.8
XYZ40.4, 73.5, 31.1
Decimal2948988
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.70:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CFF7C;
}
.text-color {
color: #2CFF7C;
}
.border-color {
border: 2px solid #2CFF7C;
}