#2CCC3A
A medium, moderate green closely aligning with Limegreen.
About #2CCC3A
The precise color #2CCC3A 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, 204, 58).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 78% cyan and 0% magenta inks. The HSL representation is 125.2° hue, 64.5% saturation, and 48.6% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CCC3A
RGB44, 204, 58
HSL125.2°, 64.5%, 48.6%
CMYK78%, 0%, 72%, 20%
HSV125.2°, 78.4%, 80.0%
LAB72.2, -67.0, 58.3
XYZ23.4, 44.0, 11.3
Decimal2935866
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.14:1
Text on #FFFFFF
FAIL
9.81:1
Text on #000000
AAA
2.05:1
Text on #F8FAFC
FAIL
8.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CCC3A;
}
.text-color {
color: #2CCC3A;
}
.border-color {
border: 2px solid #2CCC3A;
}