#17fc13
a balanced, electric green · cool · closest name: lime
RGB
23, 252, 19
HSL
119°, 98%, 53%
CMYK
91, 0, 93, 1
Luminance
0.6985
Every format
| HEX | #17fc13 |
| RGB | rgb(23, 252, 19) |
| HSL | hsl(119, 98%, 53%) |
| CMYK | cmyk(91%, 0%, 93%, 1%) |
| LAB | lab(86.9 -84.3 80.9) |
| LCH | lch(86.9 116.8 136.2) |
| OKLCH | oklch(0.860 0.288 142.5) |
Copy-ready code
/* CSS */
color: #17fc13;
background-color: #17fc13;
/* Tailwind (arbitrary) */
class="text-[#17fc13] bg-[#17fc13]"
/* SCSS */
$brand: #17fc13;
/* SwiftUI */
Color(red: 0.090, green: 0.988, blue: 0.075)
/* Android */
Color.parseColor("#17fc13")Accessibility — WCAG contrast
Aa
#17fc13 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#17fc13 on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green98.8%
Blue7.5%
CMYK percentages
Cyan90.9%
Magenta0.0%
Yellow92.5%
Key (black)1.2%
Color previews
#17fc13 text on a black background
contrast 14.97:1
Card sample
#17fc13 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17fc13;
Background color
Panel with #17fc13 background
background-color: #17fc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17fc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 252, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 252, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17fc13; background: linear-gradient(135deg, #17fc13, #13FCAA);