#7CD35F
A light, moderate green closely aligning with Lightgreen.
About #7CD35F
Visually, #7CD35F is defined as a moderate green. It is closely associated with the named CSS color Lightgreen. This translates to an RGB value of rgb(124, 211, 95).
If you are designing for print, the four-color process is what matters most. The color uses 41% Cyan, 0% Magenta, 55% Yellow, and 17% Black. 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#7CD35F
RGB124, 211, 95
HSL105.0°, 56.9%, 60.0%
CMYK41%, 0%, 55%, 17%
HSV105.0°, 55.0%, 82.7%
LAB77.1, -47.5, 48.7
XYZ33.7, 51.7, 19.0
Decimal8180575
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.85:1
Text on #FFFFFF
FAIL
11.34:1
Text on #000000
AAA
1.77:1
Text on #F8FAFC
FAIL
9.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CD35F;
}
.text-color {
color: #7CD35F;
}
.border-color {
border: 2px solid #7CD35F;
}