#75FF00
A medium, vivid green closely aligning with Chartreuse.
About #75FF00
Visually, #75FF00 is defined as a vivid green. It is closely associated with the named CSS color Chartreuse. In the RGB color space, it consists of 117 red, 255 green, and 0 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 54% cyan and 0% magenta inks. With a hue angle of 92.5 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#75FF00
RGB117, 255, 0
HSL92.5°, 100.0%, 50.0%
CMYK54%, 0%, 100%, 0%
HSV92.5°, 100.0%, 100.0%
LAB89.5, -70.8, 85.4
XYZ43.1, 75.3, 12.3
Decimal7732992
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.06:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75FF00;
}
.text-color {
color: #75FF00;
}
.border-color {
border: 2px solid #75FF00;
}