#5ccd13
a dark, electric green · cool · closest name: lime
RGB
92, 205, 19
HSL
97°, 83%, 44%
CMYK
55, 0, 91, 20
Luminance
0.4598
Every format
| HEX | #5ccd13 |
| RGB | rgb(92, 205, 19) |
| HSL | hsl(97, 83%, 44%) |
| CMYK | cmyk(55%, 0%, 91%, 20%) |
| LAB | lab(73.5 -59.9 70.3) |
| LCH | lch(73.5 92.3 130.4) |
| OKLCH | oklch(0.752 0.226 137.5) |
Copy-ready code
/* CSS */
color: #5ccd13;
background-color: #5ccd13;
/* Tailwind (arbitrary) */
class="text-[#5ccd13] bg-[#5ccd13]"
/* SCSS */
$brand: #5ccd13;
/* SwiftUI */
Color(red: 0.361, green: 0.804, blue: 0.075)
/* Android */
Color.parseColor("#5ccd13")Accessibility — WCAG contrast
Aa
#5ccd13 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ccd13 on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green80.4%
Blue7.5%
CMYK percentages
Cyan55.1%
Magenta0.0%
Yellow90.7%
Key (black)19.6%
Color previews
#5ccd13 text on a black background
contrast 10.20:1
Card sample
#5ccd13 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ccd13;
Background color
Panel with #5ccd13 background
background-color: #5ccd13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ccd13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 205, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 205, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ccd13; background: linear-gradient(135deg, #5ccd13, #13CD46);