#2CC549
A medium, moderate green closely aligning with Limegreen.
About #2CC549
The hex code #2CC549 represents a beautifully specific shade of green. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(44, 197, 73).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 78% C, 0% M, 63% Y, and 23% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#2CC549
RGB44, 197, 73
HSL131.4°, 63.5%, 47.3%
CMYK78%, 0%, 63%, 23%
HSV131.4°, 77.7%, 77.3%
LAB70.1, -63.3, 49.9
XYZ22.2, 40.9, 13.0
Decimal2934089
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.29:1
Text on #FFFFFF
FAIL
9.19:1
Text on #000000
AAA
2.18:1
Text on #F8FAFC
FAIL
7.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CC549;
}
.text-color {
color: #2CC549;
}
.border-color {
border: 2px solid #2CC549;
}