#1eb005
a dark, electric green · cool · closest name: green
RGB
30, 176, 5
HSL
111°, 95%, 36%
CMYK
83, 0, 97, 31
Luminance
0.3134
Every format
| HEX | #1eb005 |
| RGB | rgb(30, 176, 5) |
| HSL | hsl(111, 95%, 36%) |
| CMYK | cmyk(83%, 0%, 97%, 31%) |
| LAB | lab(62.8 -63.0 62.6) |
| LCH | lch(62.8 88.8 135.2) |
| OKLCH | oklch(0.659 0.219 141.7) |
Copy-ready code
/* CSS */
color: #1eb005;
background-color: #1eb005;
/* Tailwind (arbitrary) */
class="text-[#1eb005] bg-[#1eb005]"
/* SCSS */
$brand: #1eb005;
/* SwiftUI */
Color(red: 0.118, green: 0.690, blue: 0.020)
/* Android */
Color.parseColor("#1eb005")Accessibility — WCAG contrast
Aa
#1eb005 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eb005 on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green69.0%
Blue2.0%
CMYK percentages
Cyan83.0%
Magenta0.0%
Yellow97.2%
Key (black)31.0%
Color previews
#1eb005 text on a black background
contrast 7.27:1
Card sample
#1eb005 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eb005;
Background color
Panel with #1eb005 background
background-color: #1eb005;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eb005;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 176, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 176, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eb005; background: linear-gradient(135deg, #1eb005, #05B05E);