#75D32C
A medium, moderate green closely aligning with Limegreen.
About #75D32C
When working with digital screens, the color #75D32C is rendered by mixing light. Designers often compare it to the standard color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 211, and 44.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 45% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#75D32C
RGB117, 211, 44
HSL93.8°, 65.5%, 50.0%
CMYK45%, 0%, 79%, 17%
HSV93.8°, 79.1%, 82.7%
LAB76.4, -53.8, 67.6
XYZ31.1, 50.6, 10.5
Decimal7721772
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.89:1
Text on #FFFFFF
FAIL
11.11:1
Text on #000000
AAA
1.81:1
Text on #F8FAFC
FAIL
9.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75D32C;
}
.text-color {
color: #75D32C;
}
.border-color {
border: 2px solid #75D32C;
}