#75E242
A medium, vivid green closely aligning with Limegreen.
About #75E242
Visually, #75E242 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, 226, and 66.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 48% C, 0% M, 71% Y, and 11% K. With a hue angle of 100.9 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75E242
RGB117, 226, 66
HSL100.9°, 73.4%, 57.3%
CMYK48%, 0%, 71%, 11%
HSV100.9°, 70.8%, 88.6%
LAB81.1, -58.2, 65.0
XYZ35.5, 58.6, 14.6
Decimal7725634
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.71:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75E242;
}
.text-color {
color: #75E242;
}
.border-color {
border: 2px solid #75E242;
}