#75CC75
A light, moderate green closely aligning with Lightgreen.
About #75CC75
At its core, #75CC75 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Lightgreen. This translates to an RGB value of rgb(117, 204, 117).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 43% Cyan, 0% Magenta, 43% Yellow, and 20% Black. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75CC75
RGB117, 204, 117
HSL120.0°, 46.0%, 62.9%
CMYK43%, 0%, 43%, 20%
HSV120.0°, 42.6%, 80.0%
LAB75.0, -43.8, 35.3
XYZ32.1, 48.3, 24.4
Decimal7720053
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.97:1
Text on #FFFFFF
FAIL
10.65:1
Text on #000000
AAA
1.88:1
Text on #F8FAFC
FAIL
9.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75CC75;
}
.text-color {
color: #75CC75;
}
.border-color {
border: 2px solid #75CC75;
}