#75F800
A medium, vivid green closely aligning with Lawngreen.
About #75F800
At its core, #75F800 is a medium and vivid hue. Designers often compare it to the standard color Lawngreen. In the RGB color space, it consists of 117 red, 248 green, and 0 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 53% C, 0% M, 100% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75F800
RGB117, 248, 0
HSL91.7°, 100.0%, 48.6%
CMYK53%, 0%, 100%, 3%
HSV91.7°, 100.0%, 97.3%
LAB87.4, -68.4, 83.7
XYZ40.9, 70.9, 11.5
Decimal7731200
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.18: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: #75F800;
}
.text-color {
color: #75F800;
}
.border-color {
border: 2px solid #75F800;
}