#75E95F
A light, vivid green closely aligning with Limegreen.
About #75E95F
Visually, #75E95F is defined as a vivid green. Designers often compare it to the standard color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 233, and 95.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 50% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75E95F
RGB117, 233, 95
HSL110.4°, 75.8%, 64.3%
CMYK50%, 0%, 59%, 9%
HSV110.4°, 59.2%, 91.4%
LAB83.4, -58.3, 55.9
XYZ38.5, 62.9, 20.9
Decimal7727455
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.58:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75E95F;
}
.text-color {
color: #75E95F;
}
.border-color {
border: 2px solid #75E95F;
}