#75FF99
A light, vivid green closely aligning with Palegreen.
About #75FF99
The precise color #75FF99 is an excellent choice for modern design projects. It is closely associated with the named CSS color Palegreen. This translates to an RGB value of rgb(117, 255, 153).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 54% cyan, 0% magenta, 40% yellow, and 0% black. The HSL representation is 135.7° hue, 100.0% saturation, and 72.9% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75FF99
RGB117, 255, 153
HSL135.7°, 100.0%, 72.9%
CMYK54%, 0%, 40%, 0%
HSV135.7°, 54.1%, 100.0%
LAB90.6, -59.0, 37.6
XYZ48.8, 77.6, 42.5
Decimal7733145
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.52:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75FF99;
}
.text-color {
color: #75FF99;
}
.border-color {
border: 2px solid #75FF99;
}