#75FF16
A medium, vivid green closely aligning with Lawngreen.
About #75FF16
Visually, #75FF16 is defined as a vivid green. Designers often compare it to the standard color Lawngreen. This translates to an RGB value of rgb(117, 255, 22).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 54% cyan, 0% magenta, 91% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75FF16
RGB117, 255, 22
HSL95.5°, 100.0%, 54.3%
CMYK54%, 0%, 91%, 0%
HSV95.5°, 91.4%, 100.0%
LAB89.6, -70.5, 83.5
XYZ43.2, 75.4, 13.0
Decimal7733014
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.07:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75FF16;
}
.text-color {
color: #75FF16;
}
.border-color {
border: 2px solid #75FF16;
}