#2CFFA0
A medium, vivid green closely aligning with Mediumspringgreen.
About #2CFFA0
The hex code #2CFFA0 represents a beautifully specific shade of green. It is closely associated with the named CSS color Mediumspringgreen. In the RGB color space, it consists of 44 red, 255 green, and 160 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 83% cyan, 0% magenta, 37% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#2CFFA0
RGB44, 255, 160
HSL153.0°, 100.0%, 58.6%
CMYK83%, 0%, 37%, 0%
HSV153.0°, 82.7%, 100.0%
LAB89.2, -69.2, 32.0
XYZ43.1, 74.6, 45.4
Decimal2949024
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.92:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CFFA0;
}
.text-color {
color: #2CFFA0;
}
.border-color {
border: 2px solid #2CFFA0;
}