#75CC33
A medium, moderate green closely aligning with Yellowgreen.
About #75CC33
The hex code #75CC33 represents a beautifully specific shade of green. It is closely associated with the named CSS color Yellowgreen. This translates to an RGB value of rgb(117, 204, 51).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 43% cyan and 0% magenta inks. 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75CC33
RGB117, 204, 51
HSL94.1°, 60.0%, 50.0%
CMYK43%, 0%, 75%, 20%
HSV94.1°, 75.0%, 80.0%
LAB74.3, -50.7, 63.5
XYZ29.5, 47.2, 10.7
Decimal7719987
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.44:1
Text on #000000
AAA
1.92:1
Text on #F8FAFC
FAIL
8.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75CC33;
}
.text-color {
color: #75CC33;
}
.border-color {
border: 2px solid #75CC33;
}