#75FF7C
A light, vivid green closely aligning with Springgreen.
About #75FF7C
When working with digital screens, the color #75FF7C is rendered by mixing light. It is closely associated with the named CSS color Springgreen. Its digital footprint relies on 117 parts red, 255 parts green, and 124 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 54% cyan and 0% magenta inks. With a hue angle of 123.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75FF7C
RGB117, 255, 124
HSL123.0°, 100.0%, 72.9%
CMYK54%, 0%, 51%, 0%
HSV123.0°, 54.1%, 100.0%
LAB90.2, -63.2, 51.0
XYZ46.7, 76.8, 31.4
Decimal7733116
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.35:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75FF7C;
}
.text-color {
color: #75FF7C;
}
.border-color {
border: 2px solid #75FF7C;
}