#75CC2C
A medium, moderate green closely aligning with Yellowgreen.
About #75CC2C
The hex code #75CC2C represents a beautifully specific shade of green. Its closest recognized web color is Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 204, and 44.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 43% C, 0% M, 78% Y, and 20% K. The HSL representation is 92.6° hue, 64.5% saturation, and 48.6% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75CC2C
RGB117, 204, 44
HSL92.6°, 64.5%, 48.6%
CMYK43%, 0%, 78%, 20%
HSV92.6°, 78.4%, 80.0%
LAB74.3, -51.1, 65.6
XYZ29.4, 47.1, 9.9
Decimal7719980
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.43:1
Text on #000000
AAA
1.92:1
Text on #F8FAFC
FAIL
8.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75CC2C;
}
.text-color {
color: #75CC2C;
}
.border-color {
border: 2px solid #75CC2C;
}