#2CFF75
A medium, vivid green closely aligning with Springgreen.
About #2CFF75
The precise color #2CFF75 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Springgreen. This translates to an RGB value of rgb(44, 255, 117).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 83% cyan, 0% magenta, 54% yellow, and 0% black. The HSL representation is 140.8° hue, 100.0% saturation, and 58.6% lightness.
Contrast ratios determine whether this color is safe for typography. 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#2CFF75
RGB44, 255, 117
HSL140.8°, 100.0%, 58.6%
CMYK83%, 0%, 54%, 0%
HSV140.8°, 82.7%, 100.0%
LAB88.6, -76.2, 51.9
XYZ40.0, 73.3, 28.9
Decimal2948981
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.67:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CFF75;
}
.text-color {
color: #2CFF75;
}
.border-color {
border: 2px solid #2CFF75;
}