#00FF75
A medium, vivid green closely aligning with Springgreen.
About #00FF75
Visually, #00FF75 is defined as a vivid green. It is closely associated with the named CSS color Springgreen. In the RGB color space, it consists of 0 red, 255 green, and 117 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 100% Cyan, 0% Magenta, 54% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#00FF75
RGB0, 255, 117
HSL147.5°, 100.0%, 50.0%
CMYK100%, 0%, 54%, 0%
HSV147.5°, 100.0%, 100.0%
LAB88.4, -78.4, 51.5
XYZ39.0, 72.8, 28.8
Decimal65397
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.56:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00FF75;
}
.text-color {
color: #00FF75;
}
.border-color {
border: 2px solid #00FF75;
}