#75F80F
A medium, vivid green closely aligning with Lawngreen.
About #75F80F
The precise color #75F80F is an excellent choice for modern design projects. Its closest recognized web color is Lawngreen. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 248, and 15.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 53% C, 0% M, 94% Y, and 3% K. With a hue angle of 93.7 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#75F80F
RGB117, 248, 15
HSL93.7°, 94.3%, 51.6%
CMYK53%, 0%, 94%, 3%
HSV93.7°, 94.0%, 97.3%
LAB87.5, -68.2, 82.5
XYZ41.0, 71.0, 12.0
Decimal7731215
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.19:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75F80F;
}
.text-color {
color: #75F80F;
}
.border-color {
border: 2px solid #75F80F;
}