#75FF57
A light, vivid green closely aligning with Limegreen.
About #75FF57
Visually, #75FF57 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 255, and 87.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 54% C, 0% M, 66% Y, and 0% 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. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75FF57
RGB117, 255, 87
HSL109.3°, 100.0%, 67.1%
CMYK54%, 0%, 66%, 0%
HSV109.3°, 65.9%, 100.0%
LAB89.9, -67.1, 66.4
XYZ44.8, 76.0, 21.3
Decimal7733079
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.20:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75FF57;
}
.text-color {
color: #75FF57;
}
.border-color {
border: 2px solid #75FF57;
}