#7CBD5F
A medium, moderate green closely aligning with Lightgreen.
About #7CBD5F
When working with digital screens, the color #7CBD5F is rendered by mixing light. If you're using CSS, you might find it aligns closely with Lightgreen. In the RGB color space, it consists of 124 red, 189 green, and 95 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 34% C, 0% M, 50% Y, and 26% K. With a hue angle of 101.5 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#7CBD5F
RGB124, 189, 95
HSL101.5°, 41.6%, 55.7%
CMYK34%, 0%, 50%, 26%
HSV101.5°, 49.7%, 74.1%
LAB70.5, -38.0, 40.8
XYZ28.6, 41.5, 17.3
Decimal8174943
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.26:1
Text on #FFFFFF
FAIL
9.30:1
Text on #000000
AAA
2.16:1
Text on #F8FAFC
FAIL
7.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CBD5F;
}
.text-color {
color: #7CBD5F;
}
.border-color {
border: 2px solid #7CBD5F;
}