#7CDB57
A light, moderate green closely aligning with Limegreen.
About #7CDB57
The precise color #7CDB57 is an excellent choice for modern design projects. Its closest recognized web color is Limegreen. In the RGB color space, it consists of 124 red, 219 green, and 87 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 43% C, 0% M, 60% Y, and 14% K. With a hue angle of 103.2 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7CDB57
RGB124, 219, 87
HSL103.2°, 64.7%, 60.0%
CMYK43%, 0%, 60%, 14%
HSV103.2°, 60.3%, 85.9%
LAB79.4, -51.6, 54.9
XYZ35.4, 55.6, 17.9
Decimal8182615
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.73:1
Text on #FFFFFF
FAIL
12.13:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CDB57;
}
.text-color {
color: #7CDB57;
}
.border-color {
border: 2px solid #7CDB57;
}