#5cc113
a dark, electric green · cool · closest name: green
RGB
92, 193, 19
HSL
95°, 82%, 42%
CMYK
52, 0, 90, 24
Luminance
0.4046
Every format
| HEX | #5cc113 |
| RGB | rgb(92, 193, 19) |
| HSL | hsl(95, 82%, 42%) |
| CMYK | cmyk(52%, 0%, 90%, 24%) |
| LAB | lab(69.8 -55.5 67.1) |
| LCH | lch(69.8 87.1 129.6) |
| OKLCH | oklch(0.721 0.212 136.8) |
Copy-ready code
/* CSS */
color: #5cc113;
background-color: #5cc113;
/* Tailwind (arbitrary) */
class="text-[#5cc113] bg-[#5cc113]"
/* SCSS */
$brand: #5cc113;
/* SwiftUI */
Color(red: 0.361, green: 0.757, blue: 0.075)
/* Android */
Color.parseColor("#5cc113")Accessibility — WCAG contrast
Aa
#5cc113 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cc113 on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green75.7%
Blue7.5%
CMYK percentages
Cyan52.3%
Magenta0.0%
Yellow90.2%
Key (black)24.3%
Color previews
#5cc113 text on a black background
contrast 9.09:1
Card sample
#5cc113 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cc113;
Background color
Panel with #5cc113 background
background-color: #5cc113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cc113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 193, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 193, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cc113; background: linear-gradient(135deg, #5cc113, #13C13E);