#75E224
A medium, vivid green closely aligning with Greenyellow.
About #75E224
The precise color #75E224 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Greenyellow. In the RGB color space, it consists of 117 red, 226 green, and 36 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 48% Cyan, 0% Magenta, 84% Yellow, and 11% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75E224
RGB117, 226, 36
HSL94.4°, 76.6%, 51.4%
CMYK48%, 0%, 84%, 11%
HSV94.4°, 84.1%, 88.6%
LAB80.9, -59.8, 73.7
XYZ34.9, 58.3, 11.1
Decimal7725604
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.66:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75E224;
}
.text-color {
color: #75E224;
}
.border-color {
border: 2px solid #75E224;
}