#1eb12d
a dark, vivid green · cool · closest name: forestgreen
RGB
30, 177, 45
HSL
126°, 71%, 41%
CMYK
83, 0, 75, 31
Luminance
0.3191
Every format
| HEX | #1eb12d |
| RGB | rgb(30, 177, 45) |
| HSL | hsl(126, 71%, 41%) |
| CMYK | cmyk(83%, 0%, 75%, 31%) |
| LAB | lab(63.3 -61.5 53.8) |
| LCH | lch(63.3 81.6 138.8) |
| OKLCH | oklch(0.663 0.206 143.8) |
Copy-ready code
/* CSS */
color: #1eb12d;
background-color: #1eb12d;
/* Tailwind (arbitrary) */
class="text-[#1eb12d] bg-[#1eb12d]"
/* SCSS */
$brand: #1eb12d;
/* SwiftUI */
Color(red: 0.118, green: 0.694, blue: 0.176)
/* Android */
Color.parseColor("#1eb12d")Accessibility — WCAG contrast
Aa
#1eb12d on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eb12d on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green69.4%
Blue17.6%
CMYK percentages
Cyan83.1%
Magenta0.0%
Yellow74.6%
Key (black)30.6%
Color previews
#1eb12d text on a black background
contrast 7.38:1
Card sample
#1eb12d text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eb12d;
Background color
Panel with #1eb12d background
background-color: #1eb12d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eb12d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 177, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 177, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eb12d; background: linear-gradient(135deg, #1eb12d, #1EB18F);