#13e74d
a balanced, electric green · cool · closest name: lime
RGB
19, 231, 77
HSL
136°, 85%, 49%
CMYK
92, 0, 67, 9
Luminance
0.5783
Every format
| HEX | #13e74d |
| RGB | rgb(19, 231, 77) |
| HSL | hsl(136, 85%, 49%) |
| CMYK | cmyk(92%, 0%, 67%, 9%) |
| LAB | lab(80.6 -75.4 59.8) |
| LCH | lch(80.6 96.3 141.6) |
| OKLCH | oklch(0.808 0.245 145.8) |
Copy-ready code
/* CSS */
color: #13e74d;
background-color: #13e74d;
/* Tailwind (arbitrary) */
class="text-[#13e74d] bg-[#13e74d]"
/* SCSS */
$brand: #13e74d;
/* SwiftUI */
Color(red: 0.075, green: 0.906, blue: 0.302)
/* Android */
Color.parseColor("#13e74d")Accessibility — WCAG contrast
Aa
#13e74d on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13e74d on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green90.6%
Blue30.2%
CMYK percentages
Cyan91.8%
Magenta0.0%
Yellow66.7%
Key (black)9.4%
Color previews
#13e74d text on a black background
contrast 12.57:1
Card sample
#13e74d text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13e74d;
Background color
Panel with #13e74d background
background-color: #13e74d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13e74d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 231, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 231, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13e74d; background: linear-gradient(135deg, #13e74d, #13E7DA);