#5cef13
a balanced, electric green · cool · closest name: lime
RGB
92, 239, 19
HSL
100°, 87%, 51%
CMYK
62, 0, 92, 6
Luminance
0.6406
Every format
| HEX | #5cef13 |
| RGB | rgb(92, 239, 19) |
| HSL | hsl(100, 87%, 51%) |
| CMYK | cmyk(62%, 0%, 92%, 6%) |
| LAB | lab(84.0 -71.3 78.9) |
| LCH | lch(84.0 106.3 132.1) |
| OKLCH | oklch(0.839 0.261 139.0) |
Copy-ready code
/* CSS */
color: #5cef13;
background-color: #5cef13;
/* Tailwind (arbitrary) */
class="text-[#5cef13] bg-[#5cef13]"
/* SCSS */
$brand: #5cef13;
/* SwiftUI */
Color(red: 0.361, green: 0.937, blue: 0.075)
/* Android */
Color.parseColor("#5cef13")Accessibility — WCAG contrast
Aa
#5cef13 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cef13 on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green93.7%
Blue7.5%
CMYK percentages
Cyan61.5%
Magenta0.0%
Yellow92.1%
Key (black)6.3%
Color previews
#5cef13 text on a black background
contrast 13.81:1
Card sample
#5cef13 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cef13;
Background color
Panel with #5cef13 background
background-color: #5cef13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cef13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 239, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 239, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cef13; background: linear-gradient(135deg, #5cef13, #13EF5D);