#5fdc39
a balanced, vivid green · cool · closest name: lime
RGB
95, 220, 57
HSL
106°, 70%, 54%
CMYK
57, 0, 74, 14
Luminance
0.5391
Every format
| HEX | #5fdc39 |
| RGB | rgb(95, 220, 57) |
| HSL | hsl(106, 70%, 54%) |
| CMYK | cmyk(57%, 0%, 74%, 14%) |
| LAB | lab(78.4 -62.6 65.2) |
| LCH | lch(78.4 90.4 133.8) |
| OKLCH | oklch(0.793 0.226 139.6) |
Copy-ready code
/* CSS */
color: #5fdc39;
background-color: #5fdc39;
/* Tailwind (arbitrary) */
class="text-[#5fdc39] bg-[#5fdc39]"
/* SCSS */
$brand: #5fdc39;
/* SwiftUI */
Color(red: 0.373, green: 0.863, blue: 0.224)
/* Android */
Color.parseColor("#5fdc39")Accessibility — WCAG contrast
Aa
#5fdc39 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fdc39 on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green86.3%
Blue22.4%
CMYK percentages
Cyan56.8%
Magenta0.0%
Yellow74.1%
Key (black)13.7%
Color previews
#5fdc39 text on a black background
contrast 11.78:1
Card sample
#5fdc39 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fdc39;
Background color
Panel with #5fdc39 background
background-color: #5fdc39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fdc39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 220, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 220, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fdc39; background: linear-gradient(135deg, #5fdc39, #39DC80);