#75C55F
A medium, moderate green closely aligning with Lightgreen.
About #75C55F
When working with digital screens, the color #75C55F is rendered by mixing light. Its closest recognized web color is Lightgreen. In the RGB color space, it consists of 117 red, 197 green, and 95 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 41% Cyan, 0% Magenta, 52% Yellow, and 23% Black. The HSL representation is 107.1° hue, 46.8% saturation, and 57.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75C55F
RGB117, 197, 95
HSL107.1°, 46.8%, 57.3%
CMYK41%, 0%, 52%, 23%
HSV107.1°, 51.8%, 77.3%
LAB72.6, -43.8, 43.2
XYZ29.4, 44.5, 17.9
Decimal7718239
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.12:1
Text on #FFFFFF
FAIL
9.91:1
Text on #000000
AAA
2.03:1
Text on #F8FAFC
FAIL
8.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75C55F;
}
.text-color {
color: #75C55F;
}
.border-color {
border: 2px solid #75C55F;
}