#75BD1D
A medium, vivid green closely aligning with Yellowgreen.
About #75BD1D
At its core, #75BD1D is a medium and vivid hue. It is closely associated with the named CSS color Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 189, and 29.
For print applications, it's crucial to understand its CMYK makeup. The color uses 38% Cyan, 0% Magenta, 85% Yellow, and 26% Black. The HSL representation is 87.0° hue, 73.4% saturation, and 42.7% lightness.
When using this color as a background, text legibility must be considered. 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#75BD1D
RGB117, 189, 29
HSL87.0°, 73.4%, 42.7%
CMYK38%, 0%, 85%, 26%
HSV87.0°, 84.7%, 74.1%
LAB69.7, -45.7, 65.4
XYZ25.8, 40.3, 7.6
Decimal7716125
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.05:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75BD1D;
}
.text-color {
color: #75BD1D;
}
.border-color {
border: 2px solid #75BD1D;
}