#5FCC50
A medium, moderate green closely aligning with Limegreen.
About #5FCC50
At its core, #5FCC50 is a medium and moderate hue. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(95, 204, 80).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 53% Cyan, 0% Magenta, 61% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#5FCC50
RGB95, 204, 80
HSL112.7°, 54.9%, 55.7%
CMYK53%, 0%, 61%, 20%
HSV112.7°, 60.8%, 80.0%
LAB73.7, -54.8, 51.2
XYZ27.8, 46.2, 15.0
Decimal6278224
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.05:1
Text on #FFFFFF
FAIL
10.24:1
Text on #000000
AAA
1.96:1
Text on #F8FAFC
FAIL
8.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FCC50;
}
.text-color {
color: #5FCC50;
}
.border-color {
border: 2px solid #5FCC50;
}