#5dfd18
a balanced, electric green · cool · closest name: lime
RGB
93, 253, 24
HSL
102°, 98%, 54%
CMYK
63, 0, 91, 1
Luminance
0.7264
Every format
| HEX | #5dfd18 |
| RGB | rgb(93, 253, 24) |
| HSL | hsl(102, 98%, 54%) |
| CMYK | cmyk(63%, 0%, 91%, 1%) |
| LAB | lab(88.3 -75.4 81.8) |
| LCH | lch(88.3 111.3 132.7) |
| OKLCH | oklch(0.874 0.273 139.5) |
Copy-ready code
/* CSS */
color: #5dfd18;
background-color: #5dfd18;
/* Tailwind (arbitrary) */
class="text-[#5dfd18] bg-[#5dfd18]"
/* SCSS */
$brand: #5dfd18;
/* SwiftUI */
Color(red: 0.365, green: 0.992, blue: 0.094)
/* Android */
Color.parseColor("#5dfd18")Accessibility — WCAG contrast
Aa
#5dfd18 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dfd18 on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green99.2%
Blue9.4%
CMYK percentages
Cyan63.2%
Magenta0.0%
Yellow90.5%
Key (black)0.8%
Color previews
#5dfd18 text on a black background
contrast 15.53:1
Card sample
#5dfd18 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dfd18;
Background color
Panel with #5dfd18 background
background-color: #5dfd18;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dfd18;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 253, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 253, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dfd18; background: linear-gradient(135deg, #5dfd18, #18FD6C);