#75BD00
A dark, vivid green closely aligning with Yellowgreen.
About #75BD00
Visually, #75BD00 is defined as a vivid green. Designers often compare it to the standard color Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 189, and 0.
Translating this color to physical media requires the CMYK color model. The color uses 38% Cyan, 0% Magenta, 100% Yellow, and 26% Black. The HSL representation is 82.9° hue, 100.0% saturation, and 37.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#75BD00
RGB117, 189, 0
HSL82.9°, 100.0%, 37.1%
CMYK38%, 0%, 100%, 26%
HSV82.9°, 100.0%, 74.1%
LAB69.6, -46.3, 69.8
XYZ25.5, 40.2, 6.4
Decimal7716096
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.04:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75BD00;
}
.text-color {
color: #75BD00;
}
.border-color {
border: 2px solid #75BD00;
}