#5fd40c
a dark, electric green · cool · closest name: lime
RGB
95, 212, 12
HSL
95°, 89%, 44%
CMYK
55, 0, 94, 17
Luminance
0.4955
Every format
| HEX | #5fd40c |
| RGB | rgb(95, 212, 12) |
| HSL | hsl(95, 89%, 44%) |
| CMYK | cmyk(55%, 0%, 94%, 17%) |
| LAB | lab(75.8 -61.6 73.1) |
| LCH | lch(75.8 95.6 130.2) |
| OKLCH | oklch(0.771 0.233 137.4) |
Copy-ready code
/* CSS */
color: #5fd40c;
background-color: #5fd40c;
/* Tailwind (arbitrary) */
class="text-[#5fd40c] bg-[#5fd40c]"
/* SCSS */
$brand: #5fd40c;
/* SwiftUI */
Color(red: 0.373, green: 0.831, blue: 0.047)
/* Android */
Color.parseColor("#5fd40c")Accessibility — WCAG contrast
Aa
#5fd40c on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fd40c on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green83.1%
Blue4.7%
CMYK percentages
Cyan55.2%
Magenta0.0%
Yellow94.3%
Key (black)16.9%
Color previews
#5fd40c text on a black background
contrast 10.91:1
Card sample
#5fd40c text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fd40c;
Background color
Panel with #5fd40c background
background-color: #5fd40c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fd40c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 212, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 212, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fd40c; background: linear-gradient(135deg, #5fd40c, #0CD43E);