#75CC16
A medium, vivid green closely aligning with Yellowgreen.
About #75CC16
At its core, #75CC16 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Yellowgreen. In the RGB color space, it consists of 117 red, 204 green, and 22 blue.
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, 89% yellow, and 20% black. The HSL representation is 88.7° hue, 80.5% saturation, and 44.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75CC16
RGB117, 204, 22
HSL88.7°, 80.5%, 44.3%
CMYK43%, 0%, 89%, 20%
HSV88.7°, 89.2%, 80.0%
LAB74.2, -51.9, 70.7
XYZ29.1, 47.0, 8.3
Decimal7719958
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.41:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75CC16;
}
.text-color {
color: #75CC16;
}
.border-color {
border: 2px solid #75CC16;
}