#75CC00
A medium, vivid green closely aligning with Yellowgreen.
About #75CC00
The hex code #75CC00 represents a beautifully specific shade of green. Designers often compare it to the standard color Yellowgreen. This translates to an RGB value of rgb(117, 204, 0).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 43% cyan, 0% magenta, 100% yellow, and 20% black. With a hue angle of 85.6 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75CC00
RGB117, 204, 0
HSL85.6°, 100.0%, 40.0%
CMYK43%, 0%, 100%, 20%
HSV85.6°, 100.0%, 80.0%
LAB74.2, -52.3, 73.3
XYZ28.9, 47.0, 7.5
Decimal7719936
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.39:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75CC00;
}
.text-color {
color: #75CC00;
}
.border-color {
border: 2px solid #75CC00;
}