#13fa00
a balanced, electric green · cool · closest name: lime
RGB
19, 250, 0
HSL
115°, 100%, 49%
CMYK
92, 0, 100, 2
Luminance
0.6851
Every format
| HEX | #13fa00 |
| RGB | rgb(19, 250, 0) |
| HSL | hsl(115, 100%, 49%) |
| CMYK | cmyk(92%, 0%, 100%, 2%) |
| LAB | lab(86.3 -84.3 82.0) |
| LCH | lch(86.3 117.6 135.8) |
| OKLCH | oklch(0.854 0.289 142.3) |
Copy-ready code
/* CSS */
color: #13fa00;
background-color: #13fa00;
/* Tailwind (arbitrary) */
class="text-[#13fa00] bg-[#13fa00]"
/* SCSS */
$brand: #13fa00;
/* SwiftUI */
Color(red: 0.075, green: 0.980, blue: 0.000)
/* Android */
Color.parseColor("#13fa00")Accessibility — WCAG contrast
Aa
#13fa00 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13fa00 on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green98.0%
Blue0.0%
CMYK percentages
Cyan92.4%
Magenta0.0%
Yellow100.0%
Key (black)2.0%
Color previews
#13fa00 text on a black background
contrast 14.70:1
Card sample
#13fa00 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13fa00;
Background color
Panel with #13fa00 background
background-color: #13fa00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13fa00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 250, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 250, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13fa00; background: linear-gradient(135deg, #13fa00, #00FA93);