#75FF49
A light, vivid green closely aligning with Lawngreen.
About #75FF49
Visually, #75FF49 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lawngreen. This translates to an RGB value of rgb(117, 255, 73).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 54% C, 0% M, 71% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#75FF49
RGB117, 255, 73
HSL105.5°, 100.0%, 64.3%
CMYK54%, 0%, 71%, 0%
HSV105.5°, 71.4%, 100.0%
LAB89.8, -68.2, 71.4
XYZ44.3, 75.8, 18.6
Decimal7733065
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.16:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75FF49;
}
.text-color {
color: #75FF49;
}
.border-color {
border: 2px solid #75FF49;
}