#75D300
A medium, vivid green closely aligning with Greenyellow.
About #75D300
At its core, #75D300 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Greenyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 211, and 0.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 45% C, 0% M, 100% Y, and 17% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75D300
RGB117, 211, 0
HSL86.7°, 100.0%, 41.4%
CMYK45%, 0%, 100%, 17%
HSV86.7°, 100.0%, 82.7%
LAB76.3, -55.0, 75.0
XYZ30.6, 50.4, 8.1
Decimal7721728
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.90:1
Text on #FFFFFF
FAIL
11.07:1
Text on #000000
AAA
1.81:1
Text on #F8FAFC
FAIL
9.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75D300;
}
.text-color {
color: #75D300;
}
.border-color {
border: 2px solid #75D300;
}