#1ee136
a balanced, electric green · cool · closest name: lime
RGB
30, 225, 54
HSL
127°, 77%, 50%
CMYK
87, 0, 76, 12
Luminance
0.5439
Every format
| HEX | #1ee136 |
| RGB | rgb(30, 225, 54) |
| HSL | hsl(127, 77%, 50%) |
| CMYK | cmyk(87%, 0%, 76%, 12%) |
| LAB | lab(78.7 -75.0 66.0) |
| LCH | lch(78.7 99.9 138.6) |
| OKLCH | oklch(0.792 0.251 143.8) |
Copy-ready code
/* CSS */
color: #1ee136;
background-color: #1ee136;
/* Tailwind (arbitrary) */
class="text-[#1ee136] bg-[#1ee136]"
/* SCSS */
$brand: #1ee136;
/* SwiftUI */
Color(red: 0.118, green: 0.882, blue: 0.212)
/* Android */
Color.parseColor("#1ee136")Accessibility — WCAG contrast
Aa
#1ee136 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ee136 on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green88.2%
Blue21.2%
CMYK percentages
Cyan86.7%
Magenta0.0%
Yellow76.0%
Key (black)11.8%
Color previews
#1ee136 text on a black background
contrast 11.88:1
Card sample
#1ee136 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ee136;
Background color
Panel with #1ee136 background
background-color: #1ee136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ee136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 225, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 225, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ee136; background: linear-gradient(135deg, #1ee136, #1EE1B8);