#5ce517
a balanced, electric green · cool · closest name: lime
RGB
92, 229, 23
HSL
100°, 82%, 49%
CMYK
60, 0, 90, 10
Luminance
0.5838
Every format
| HEX | #5ce517 |
| RGB | rgb(92, 229, 23) |
| HSL | hsl(100, 82%, 49%) |
| CMYK | cmyk(60%, 0%, 90%, 10%) |
| LAB | lab(81.0 -67.9 75.8) |
| LCH | lch(81.0 101.8 131.8) |
| OKLCH | oklch(0.814 0.250 138.7) |
Copy-ready code
/* CSS */
color: #5ce517;
background-color: #5ce517;
/* Tailwind (arbitrary) */
class="text-[#5ce517] bg-[#5ce517]"
/* SCSS */
$brand: #5ce517;
/* SwiftUI */
Color(red: 0.361, green: 0.898, blue: 0.090)
/* Android */
Color.parseColor("#5ce517")Accessibility — WCAG contrast
Aa
#5ce517 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ce517 on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green89.8%
Blue9.0%
CMYK percentages
Cyan59.8%
Magenta0.0%
Yellow90.0%
Key (black)10.2%
Color previews
#5ce517 text on a black background
contrast 12.68:1
Card sample
#5ce517 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ce517;
Background color
Panel with #5ce517 background
background-color: #5ce517;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ce517;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 229, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 229, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ce517; background: linear-gradient(135deg, #5ce517, #17E55B);