#11e323
a balanced, electric green · cool · closest name: lime
RGB
17, 227, 35
HSL
125°, 86%, 48%
CMYK
93, 0, 85, 11
Luminance
0.5518
Every format
| HEX | #11e323 |
| RGB | rgb(17, 227, 35) |
| HSL | hsl(125, 86%, 48%) |
| CMYK | cmyk(93%, 0%, 85%, 11%) |
| LAB | lab(79.1 -77.4 71.6) |
| LCH | lch(79.1 105.4 137.2) |
| OKLCH | oklch(0.795 0.262 143.1) |
Copy-ready code
/* CSS */
color: #11e323;
background-color: #11e323;
/* Tailwind (arbitrary) */
class="text-[#11e323] bg-[#11e323]"
/* SCSS */
$brand: #11e323;
/* SwiftUI */
Color(red: 0.067, green: 0.890, blue: 0.137)
/* Android */
Color.parseColor("#11e323")Accessibility — WCAG contrast
Aa
#11e323 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#11e323 on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green89.0%
Blue13.7%
CMYK percentages
Cyan92.5%
Magenta0.0%
Yellow84.6%
Key (black)11.0%
Color previews
#11e323 text on a black background
contrast 12.04:1
Card sample
#11e323 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11e323;
Background color
Panel with #11e323 background
background-color: #11e323;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11e323;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 227, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 227, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11e323; background: linear-gradient(135deg, #11e323, #11E3AF);