#75E266
A light, moderate green closely aligning with Palegreen.
About #75E266
The hex code #75E266 represents a beautifully specific shade of green. It is closely associated with the named CSS color Palegreen. In the RGB color space, it consists of 117 red, 226 green, and 102 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 48% cyan, 0% magenta, 55% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light 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#75E266
RGB117, 226, 102
HSL112.7°, 68.1%, 64.3%
CMYK48%, 0%, 55%, 11%
HSV112.7°, 54.9%, 88.6%
LAB81.4, -54.8, 50.4
XYZ36.9, 59.1, 22.0
Decimal7725670
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.83:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75E266;
}
.text-color {
color: #75E266;
}
.border-color {
border: 2px solid #75E266;
}