#5dfb3c
a balanced, electric green · cool · closest name: lime
RGB
93, 251, 60
HSL
110°, 96%, 61%
CMYK
63, 0, 76, 2
Luminance
0.7165
Every format
| HEX | #5dfb3c |
| RGB | rgb(93, 251, 60) |
| HSL | hsl(110, 96%, 61%) |
| CMYK | cmyk(63%, 0%, 76%, 2%) |
| LAB | lab(87.8 -73.3 73.4) |
| LCH | lch(87.8 103.7 134.9) |
| OKLCH | oklch(0.871 0.259 140.7) |
Copy-ready code
/* CSS */
color: #5dfb3c;
background-color: #5dfb3c;
/* Tailwind (arbitrary) */
class="text-[#5dfb3c] bg-[#5dfb3c]"
/* SCSS */
$brand: #5dfb3c;
/* SwiftUI */
Color(red: 0.365, green: 0.984, blue: 0.235)
/* Android */
Color.parseColor("#5dfb3c")Accessibility — WCAG contrast
Aa
#5dfb3c on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dfb3c on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green98.4%
Blue23.5%
CMYK percentages
Cyan62.9%
Magenta0.0%
Yellow76.1%
Key (black)1.6%
Color previews
#5dfb3c text on a black background
contrast 15.33:1
Card sample
#5dfb3c text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dfb3c;
Background color
Panel with #5dfb3c background
background-color: #5dfb3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dfb3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 251, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 251, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dfb3c; background: linear-gradient(135deg, #5dfb3c, #3CFB9A);