#13df3d
a balanced, electric green · cool · closest name: lime
RGB
19, 223, 61
HSL
132°, 84%, 48%
CMYK
92, 0, 73, 13
Luminance
0.5325
Every format
| HEX | #13df3d |
| RGB | rgb(19, 223, 61) |
| HSL | hsl(132, 84%, 48%) |
| CMYK | cmyk(92%, 0%, 73%, 13%) |
| LAB | lab(78.0 -74.6 63.0) |
| LCH | lch(78.0 97.6 139.8) |
| OKLCH | oklch(0.786 0.247 144.6) |
Copy-ready code
/* CSS */
color: #13df3d;
background-color: #13df3d;
/* Tailwind (arbitrary) */
class="text-[#13df3d] bg-[#13df3d]"
/* SCSS */
$brand: #13df3d;
/* SwiftUI */
Color(red: 0.075, green: 0.875, blue: 0.239)
/* Android */
Color.parseColor("#13df3d")Accessibility — WCAG contrast
Aa
#13df3d on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13df3d on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green87.5%
Blue23.9%
CMYK percentages
Cyan91.5%
Magenta0.0%
Yellow72.6%
Key (black)12.5%
Color previews
#13df3d text on a black background
contrast 11.65:1
Card sample
#13df3d text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13df3d;
Background color
Panel with #13df3d background
background-color: #13df3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13df3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 223, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 223, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13df3d; background: linear-gradient(135deg, #13df3d, #13DFC5);