#2CF057
A medium, vivid green closely aligning with Springgreen.
About #2CF057
The hex code #2CF057 represents a beautifully specific shade of green. It is closely associated with the named CSS color Springgreen. This translates to an RGB value of rgb(44, 240, 87).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 82% Cyan, 0% Magenta, 64% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CF057
RGB44, 240, 87
HSL133.2°, 86.7%, 55.7%
CMYK82%, 0%, 64%, 6%
HSV133.2°, 81.7%, 94.1%
LAB83.7, -75.2, 59.2
XYZ33.9, 63.5, 19.5
Decimal2945111
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.71:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CF057;
}
.text-color {
color: #2CF057;
}
.border-color {
border: 2px solid #2CF057;
}