#75CC3A
A medium, moderate green closely aligning with Yellowgreen.
About #75CC3A
Visually, #75CC3A is defined as a moderate green. If you're using CSS, you might find it aligns closely with Yellowgreen. In the RGB color space, it consists of 117 red, 204 green, and 58 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 43% cyan, 0% magenta, 72% yellow, and 20% black. The HSL representation is 95.8° hue, 58.9% saturation, and 51.4% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75CC3A
RGB117, 204, 58
HSL95.8°, 58.9%, 51.4%
CMYK43%, 0%, 72%, 20%
HSV95.8°, 71.6%, 80.0%
LAB74.4, -50.2, 61.1
XYZ29.7, 47.3, 11.6
Decimal7719994
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.45:1
Text on #000000
AAA
1.92:1
Text on #F8FAFC
FAIL
8.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75CC3A;
}
.text-color {
color: #75CC3A;
}
.border-color {
border: 2px solid #75CC3A;
}