#5df035
a balanced, electric green · cool · closest name: lime
RGB
93, 240, 53
HSL
107°, 86%, 58%
CMYK
61, 0, 78, 6
Luminance
0.6490
Every format
| HEX | #5df035 |
| RGB | rgb(93, 240, 53) |
| HSL | hsl(107, 86%, 58%) |
| CMYK | cmyk(61%, 0%, 78%, 6%) |
| LAB | lab(84.4 -70.1 72.3) |
| LCH | lch(84.4 100.7 134.1) |
| OKLCH | oklch(0.843 0.251 140.1) |
Copy-ready code
/* CSS */
color: #5df035;
background-color: #5df035;
/* Tailwind (arbitrary) */
class="text-[#5df035] bg-[#5df035]"
/* SCSS */
$brand: #5df035;
/* SwiftUI */
Color(red: 0.365, green: 0.941, blue: 0.208)
/* Android */
Color.parseColor("#5df035")Accessibility — WCAG contrast
Aa
#5df035 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5df035 on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green94.1%
Blue20.8%
CMYK percentages
Cyan61.2%
Magenta0.0%
Yellow77.9%
Key (black)5.9%
Color previews
#5df035 text on a black background
contrast 13.98:1
Card sample
#5df035 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5df035;
Background color
Panel with #5df035 background
background-color: #5df035;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5df035;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 240, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 240, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5df035; background: linear-gradient(135deg, #5df035, #35F08A);