#75D35F
A light, moderate green closely aligning with Lightgreen.
About #75D35F
Visually, #75D35F is defined as a moderate green. Designers often compare it to the standard color Lightgreen. This translates to an RGB value of rgb(117, 211, 95).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 45% C, 0% M, 55% Y, and 17% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75D35F
RGB117, 211, 95
HSL108.6°, 56.9%, 60.0%
CMYK45%, 0%, 55%, 17%
HSV108.6°, 55.0%, 82.7%
LAB76.8, -49.7, 48.3
XYZ32.7, 51.2, 19.0
Decimal7721823
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.87:1
Text on #FFFFFF
FAIL
11.24:1
Text on #000000
AAA
1.79:1
Text on #F8FAFC
FAIL
9.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75D35F;
}
.text-color {
color: #75D35F;
}
.border-color {
border: 2px solid #75D35F;
}