#1eb331
a dark, vivid green · cool · closest name: forestgreen
RGB
30, 179, 49
HSL
128°, 71%, 41%
CMYK
83, 0, 73, 30
Luminance
0.3274
Every format
| HEX | #1eb331 |
| RGB | rgb(30, 179, 49) |
| HSL | hsl(128, 71%, 41%) |
| CMYK | cmyk(83%, 0%, 73%, 30%) |
| LAB | lab(64.0 -61.7 53.0) |
| LCH | lch(64.0 81.4 139.4) |
| OKLCH | oklch(0.669 0.206 144.2) |
Copy-ready code
/* CSS */
color: #1eb331;
background-color: #1eb331;
/* Tailwind (arbitrary) */
class="text-[#1eb331] bg-[#1eb331]"
/* SCSS */
$brand: #1eb331;
/* SwiftUI */
Color(red: 0.118, green: 0.702, blue: 0.192)
/* Android */
Color.parseColor("#1eb331")Accessibility — WCAG contrast
Aa
#1eb331 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eb331 on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green70.2%
Blue19.2%
CMYK percentages
Cyan83.2%
Magenta0.0%
Yellow72.6%
Key (black)29.8%
Color previews
#1eb331 text on a black background
contrast 7.55:1
Card sample
#1eb331 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eb331;
Background color
Panel with #1eb331 background
background-color: #1eb331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eb331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 179, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 179, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eb331; background: linear-gradient(135deg, #1eb331, #1EB395);