#13fd2e
a balanced, electric green · cool · closest name: lime
RGB
19, 253, 46
HSL
127°, 98%, 53%
CMYK
93, 0, 82, 1
Luminance
0.7059
Every format
| HEX | #13fd2e |
| RGB | rgb(19, 253, 46) |
| HSL | hsl(127, 98%, 53%) |
| CMYK | cmyk(93%, 0%, 82%, 1%) |
| LAB | lab(87.3 -83.8 76.4) |
| LCH | lch(87.3 113.4 137.7) |
| OKLCH | oklch(0.863 0.283 143.3) |
Copy-ready code
/* CSS */
color: #13fd2e;
background-color: #13fd2e;
/* Tailwind (arbitrary) */
class="text-[#13fd2e] bg-[#13fd2e]"
/* SCSS */
$brand: #13fd2e;
/* SwiftUI */
Color(red: 0.075, green: 0.992, blue: 0.180)
/* Android */
Color.parseColor("#13fd2e")Accessibility — WCAG contrast
Aa
#13fd2e on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13fd2e on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green99.2%
Blue18.0%
CMYK percentages
Cyan92.5%
Magenta0.0%
Yellow81.8%
Key (black)0.8%
Color previews
#13fd2e text on a black background
contrast 15.12:1
Card sample
#13fd2e text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13fd2e;
Background color
Panel with #13fd2e background
background-color: #13fd2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13fd2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 253, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 253, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13fd2e; background: linear-gradient(135deg, #13fd2e, #13FDCA);