#75F807
A medium, vivid green closely aligning with Lawngreen.
About #75F807
The hex code #75F807 represents a beautifully specific shade of green. Its closest recognized web color is Lawngreen. In the RGB color space, it consists of 117 red, 248 green, and 7 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 53% cyan, 0% magenta, 97% yellow, and 3% black. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75F807
RGB117, 248, 7
HSL92.6°, 94.5%, 50.0%
CMYK53%, 0%, 97%, 3%
HSV92.6°, 97.2%, 97.3%
LAB87.5, -68.3, 83.2
XYZ40.9, 70.9, 11.7
Decimal7731207
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: #75F807;
}
.text-color {
color: #75F807;
}
.border-color {
border: 2px solid #75F807;
}