#5cd113
a dark, electric green · cool · closest name: lime
RGB
92, 209, 19
HSL
97°, 83%, 45%
CMYK
56, 0, 91, 18
Luminance
0.4792
Every format
| HEX | #5cd113 |
| RGB | rgb(92, 209, 19) |
| HSL | hsl(97, 83%, 45%) |
| CMYK | cmyk(56%, 0%, 91%, 18%) |
| LAB | lab(74.8 -61.3 71.3) |
| LCH | lch(74.8 94.0 130.7) |
| OKLCH | oklch(0.762 0.230 137.7) |
Copy-ready code
/* CSS */
color: #5cd113;
background-color: #5cd113;
/* Tailwind (arbitrary) */
class="text-[#5cd113] bg-[#5cd113]"
/* SCSS */
$brand: #5cd113;
/* SwiftUI */
Color(red: 0.361, green: 0.820, blue: 0.075)
/* Android */
Color.parseColor("#5cd113")Accessibility — WCAG contrast
Aa
#5cd113 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cd113 on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green82.0%
Blue7.5%
CMYK percentages
Cyan56.0%
Magenta0.0%
Yellow90.9%
Key (black)18.0%
Color previews
#5cd113 text on a black background
contrast 10.58:1
Card sample
#5cd113 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cd113;
Background color
Panel with #5cd113 background
background-color: #5cd113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cd113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 209, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 209, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cd113; background: linear-gradient(135deg, #5cd113, #13D149);