#2CC550
A medium, moderate green closely aligning with Limegreen.
About #2CC550
Visually, #2CC550 is defined as a moderate green. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(44, 197, 80).
For print applications, it's crucial to understand its CMYK makeup. The color uses 78% Cyan, 0% Magenta, 59% Yellow, and 23% Black. The HSL representation is 134.1° hue, 63.5% saturation, and 47.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2CC550
RGB44, 197, 80
HSL134.1°, 63.5%, 47.3%
CMYK78%, 0%, 59%, 23%
HSV134.1°, 77.7%, 77.3%
LAB70.2, -62.5, 46.9
XYZ22.5, 41.0, 14.3
Decimal2934096
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.28:1
Text on #FFFFFF
FAIL
9.21:1
Text on #000000
AAA
2.18:1
Text on #F8FAFC
FAIL
7.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CC550;
}
.text-color {
color: #2CC550;
}
.border-color {
border: 2px solid #2CC550;
}