#1eb35f
a dark, vivid green · cool · closest name: forestgreen
RGB
30, 179, 95
HSL
146°, 71%, 41%
CMYK
83, 0, 47, 30
Luminance
0.3334
Every format
| HEX | #1eb35f |
| RGB | rgb(30, 179, 95) |
| HSL | hsl(146, 71%, 41%) |
| CMYK | cmyk(83%, 0%, 47%, 30%) |
| LAB | lab(64.4 -55.8 32.5) |
| LCH | lch(64.4 64.6 149.8) |
| OKLCH | oklch(0.675 0.170 152.0) |
Copy-ready code
/* CSS */
color: #1eb35f;
background-color: #1eb35f;
/* Tailwind (arbitrary) */
class="text-[#1eb35f] bg-[#1eb35f]"
/* SCSS */
$brand: #1eb35f;
/* SwiftUI */
Color(red: 0.118, green: 0.702, blue: 0.373)
/* Android */
Color.parseColor("#1eb35f")Accessibility — WCAG contrast
Aa
#1eb35f on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eb35f on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green70.2%
Blue37.3%
CMYK percentages
Cyan83.2%
Magenta0.0%
Yellow46.9%
Key (black)29.8%
Color previews
#1eb35f text on a black background
contrast 7.67:1
Card sample
#1eb35f text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eb35f;
Background color
Panel with #1eb35f background
background-color: #1eb35f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eb35f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 179, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 179, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eb35f; background: linear-gradient(135deg, #1eb35f, #1EA4B3);