#75D316
A medium, vivid green closely aligning with Limegreen.
About #75D316
The hex code #75D316 represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(117, 211, 22).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 45% C, 0% M, 90% Y, and 17% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#75D316
RGB117, 211, 22
HSL89.8°, 81.1%, 45.7%
CMYK45%, 0%, 90%, 17%
HSV89.8°, 89.6%, 82.7%
LAB76.3, -54.6, 72.5
XYZ30.8, 50.4, 8.9
Decimal7721750
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.89:1
Text on #FFFFFF
FAIL
11.09:1
Text on #000000
AAA
1.81:1
Text on #F8FAFC
FAIL
9.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75D316;
}
.text-color {
color: #75D316;
}
.border-color {
border: 2px solid #75D316;
}