#7CDB3A
A medium, moderate green closely aligning with Limegreen.
About #7CDB3A
Visually, #7CDB3A is defined as a moderate green. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 219, and 58.
For print applications, it's crucial to understand its CMYK makeup. The color uses 43% Cyan, 0% Magenta, 74% Yellow, and 14% Black. With a hue angle of 95.4 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7CDB3A
RGB124, 219, 58
HSL95.4°, 69.1%, 54.3%
CMYK43%, 0%, 74%, 14%
HSV95.4°, 73.5%, 85.9%
LAB79.2, -53.9, 66.0
XYZ34.4, 55.3, 12.9
Decimal8182586
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.05:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CDB3A;
}
.text-color {
color: #7CDB3A;
}
.border-color {
border: 2px solid #7CDB3A;
}