#17e517
a balanced, electric green · cool · closest name: lime
RGB
23, 229, 23
HSL
120°, 82%, 49%
CMYK
90, 0, 90, 10
Luminance
0.5628
Every format
| HEX | #17e517 |
| RGB | rgb(23, 229, 23) |
| HSL | hsl(120, 82%, 49%) |
| CMYK | cmyk(90%, 0%, 90%, 10%) |
| LAB | lab(79.8 -78.0 74.4) |
| LCH | lch(79.8 107.8 136.4) |
| OKLCH | oklch(0.800 0.267 142.6) |
Copy-ready code
/* CSS */
color: #17e517;
background-color: #17e517;
/* Tailwind (arbitrary) */
class="text-[#17e517] bg-[#17e517]"
/* SCSS */
$brand: #17e517;
/* SwiftUI */
Color(red: 0.090, green: 0.898, blue: 0.090)
/* Android */
Color.parseColor("#17e517")Accessibility — WCAG contrast
Aa
#17e517 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#17e517 on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green89.8%
Blue9.0%
CMYK percentages
Cyan90.0%
Magenta0.0%
Yellow90.0%
Key (black)10.2%
Color previews
#17e517 text on a black background
contrast 12.26:1
Card sample
#17e517 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17e517;
Background color
Panel with #17e517 background
background-color: #17e517;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17e517;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 229, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 229, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17e517; background: linear-gradient(135deg, #17e517, #17E5A0);