#75FF5F
A light, vivid green closely aligning with Limegreen.
About #75FF5F
Visually, #75FF5F is defined as a vivid green. Its closest recognized web color is Limegreen. In the RGB color space, it consists of 117 red, 255 green, and 95 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 54% C, 0% M, 63% Y, and 0% K. With a hue angle of 111.8 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#75FF5F
RGB117, 255, 95
HSL111.8°, 100.0%, 68.6%
CMYK54%, 0%, 63%, 0%
HSV111.8°, 62.7%, 100.0%
LAB89.9, -66.4, 63.3
XYZ45.2, 76.1, 23.1
Decimal7733087
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.23:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75FF5F;
}
.text-color {
color: #75FF5F;
}
.border-color {
border: 2px solid #75FF5F;
}