#5dfb2a
a balanced, electric green · cool · closest name: lime
RGB
93, 251, 42
HSL
105°, 96%, 58%
CMYK
63, 0, 83, 2
Luminance
0.7149
Every format
| HEX | #5dfb2a |
| RGB | rgb(93, 251, 42) |
| HSL | hsl(105, 96%, 58%) |
| CMYK | cmyk(63%, 0%, 83%, 2%) |
| LAB | lab(87.7 -74.2 78.1) |
| LCH | lch(87.7 107.7 133.5) |
| OKLCH | oklch(0.870 0.266 139.9) |
Copy-ready code
/* CSS */
color: #5dfb2a;
background-color: #5dfb2a;
/* Tailwind (arbitrary) */
class="text-[#5dfb2a] bg-[#5dfb2a]"
/* SCSS */
$brand: #5dfb2a;
/* SwiftUI */
Color(red: 0.365, green: 0.984, blue: 0.165)
/* Android */
Color.parseColor("#5dfb2a")Accessibility — WCAG contrast
Aa
#5dfb2a on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dfb2a on black: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green98.4%
Blue16.5%
CMYK percentages
Cyan62.9%
Magenta0.0%
Yellow83.3%
Key (black)1.6%
Color previews
#5dfb2a text on a black background
contrast 15.30:1
Card sample
#5dfb2a text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dfb2a;
Background color
Panel with #5dfb2a background
background-color: #5dfb2a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dfb2a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 251, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 251, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dfb2a; background: linear-gradient(135deg, #5dfb2a, #2AFB83);