#1eb366
a dark, vivid green · cool · closest name: seagreen
RGB
30, 179, 102
HSL
149°, 71%, 41%
CMYK
83, 0, 43, 30
Luminance
0.3348
Every format
| HEX | #1eb366 |
| RGB | rgb(30, 179, 102) |
| HSL | hsl(149, 71%, 41%) |
| CMYK | cmyk(83%, 0%, 43%, 30%) |
| LAB | lab(64.5 -54.5 29.1) |
| LCH | lch(64.5 61.8 152.0) |
| OKLCH | oklch(0.676 0.163 153.9) |
Copy-ready code
/* CSS */
color: #1eb366;
background-color: #1eb366;
/* Tailwind (arbitrary) */
class="text-[#1eb366] bg-[#1eb366]"
/* SCSS */
$brand: #1eb366;
/* SwiftUI */
Color(red: 0.118, green: 0.702, blue: 0.400)
/* Android */
Color.parseColor("#1eb366")Accessibility — WCAG contrast
Aa
#1eb366 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eb366 on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green70.2%
Blue40.0%
CMYK percentages
Cyan83.2%
Magenta0.0%
Yellow43.0%
Key (black)29.8%
Color previews
#1eb366 text on a black background
contrast 7.70:1
Card sample
#1eb366 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eb366;
Background color
Panel with #1eb366 background
background-color: #1eb366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eb366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 179, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 179, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eb366; background: linear-gradient(135deg, #1eb366, #1E9DB3);