#50FF5F
A light, vivid green closely aligning with Springgreen.
About #50FF5F
The precise color #50FF5F is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Springgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 255, and 95.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 69% Cyan, 0% Magenta, 63% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
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#50FF5F
RGB80, 255, 95
HSL125.1°, 100.0%, 65.7%
CMYK69%, 0%, 63%, 0%
HSV125.1°, 68.6%, 100.0%
LAB88.9, -74.2, 61.9
XYZ41.1, 74.1, 23.0
Decimal5308255
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.81:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50FF5F;
}
.text-color {
color: #50FF5F;
}
.border-color {
border: 2px solid #50FF5F;
}