#7CD383
A light, moderate green closely aligning with Lightgreen.
About #7CD383
When working with digital screens, the color #7CD383 is rendered by mixing light. It is closely associated with the named CSS color Lightgreen. This translates to an RGB value of rgb(124, 211, 131).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 41% cyan and 0% magenta inks. The HSL representation is 124.8° hue, 49.7% saturation, and 65.7% lightness.
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#7CD383
RGB124, 211, 131
HSL124.8°, 49.7%, 65.7%
CMYK41%, 0%, 38%, 17%
HSV124.8°, 41.2%, 82.7%
LAB77.6, -42.6, 31.6
XYZ35.7, 52.5, 29.7
Decimal8180611
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.83:1
Text on #FFFFFF
FAIL
11.50:1
Text on #000000
AAA
1.74:1
Text on #F8FAFC
FAIL
9.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CD383;
}
.text-color {
color: #7CD383;
}
.border-color {
border: 2px solid #7CD383;
}