#2CD35F
A medium, moderate green closely aligning with Limegreen.
About #2CD35F
The precise color #2CD35F is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(44, 211, 95).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 79% cyan and 0% magenta inks. 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#2CD35F
RGB44, 211, 95
HSL138.3°, 65.5%, 50.0%
CMYK79%, 0%, 55%, 17%
HSV138.3°, 79.1%, 82.7%
LAB74.8, -65.1, 45.4
XYZ26.4, 48.0, 18.7
Decimal2937695
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.98:1
Text on #FFFFFF
FAIL
10.59:1
Text on #000000
AAA
1.90:1
Text on #F8FAFC
FAIL
9.00:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CD35F;
}
.text-color {
color: #2CD35F;
}
.border-color {
border: 2px solid #2CD35F;
}