#75D33A
A medium, moderate green closely aligning with Limegreen.
About #75D33A
The precise color #75D33A is an excellent choice for modern design projects. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 211, and 58.
If you are designing for print, the four-color process is what matters most. The color uses 45% Cyan, 0% Magenta, 73% Yellow, and 17% Black. The HSL representation is 96.9° hue, 63.5% saturation, and 52.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75D33A
RGB117, 211, 58
HSL96.9°, 63.5%, 52.7%
CMYK45%, 0%, 73%, 17%
HSV96.9°, 72.5%, 82.7%
LAB76.5, -53.0, 63.2
XYZ31.4, 50.7, 12.1
Decimal7721786
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.89:1
Text on #FFFFFF
FAIL
11.14:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75D33A;
}
.text-color {
color: #75D33A;
}
.border-color {
border: 2px solid #75D33A;
}