#50FF92
A light, vivid green closely aligning with Mediumspringgreen.
About #50FF92
When working with digital screens, the color #50FF92 is rendered by mixing light. Its closest recognized web color is Mediumspringgreen. This translates to an RGB value of rgb(80, 255, 146).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 69% Cyan, 0% Magenta, 43% 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. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50FF92
RGB80, 255, 146
HSL142.6°, 100.0%, 65.7%
CMYK69%, 0%, 43%, 0%
HSV142.6°, 68.6%, 100.0%
LAB89.5, -67.3, 39.4
XYZ44.3, 75.3, 39.4
Decimal5308306
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.06:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50FF92;
}
.text-color {
color: #50FF92;
}
.border-color {
border: 2px solid #50FF92;
}