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