#7CCC75
A light, moderate green closely aligning with Lightgreen.
About #7CCC75
When working with digital screens, the color #7CCC75 is rendered by mixing light. Its closest recognized web color is Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 204, and 117.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 39% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7CCC75
RGB124, 204, 117
HSL115.2°, 46.0%, 62.9%
CMYK39%, 0%, 43%, 20%
HSV115.2°, 42.6%, 80.0%
LAB75.3, -41.7, 35.8
XYZ33.1, 48.8, 24.5
Decimal8178805
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.95:1
Text on #FFFFFF
FAIL
10.75:1
Text on #000000
AAA
1.87:1
Text on #F8FAFC
FAIL
9.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CCC75;
}
.text-color {
color: #7CCC75;
}
.border-color {
border: 2px solid #7CCC75;
}