#5FDB42
A medium, moderate green closely aligning with Limegreen.
About #5FDB42
When working with digital screens, the color #5FDB42 is rendered by mixing light. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(95, 219, 66).
Translating this color to physical media requires the CMYK color model. The color uses 57% Cyan, 0% Magenta, 70% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5FDB42
RGB95, 219, 66
HSL108.6°, 68.0%, 55.9%
CMYK57%, 0%, 70%, 14%
HSV108.6°, 69.9%, 85.9%
LAB78.2, -61.6, 61.8
XYZ31.0, 53.5, 13.8
Decimal6282050
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.70:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FDB42;
}
.text-color {
color: #5FDB42;
}
.border-color {
border: 2px solid #5FDB42;
}