#1eb641
a dark, vivid green · cool · closest name: forestgreen
RGB
30, 182, 65
HSL
134°, 72%, 42%
CMYK
84, 0, 64, 29
Luminance
0.3411
Every format
| HEX | #1eb641 |
| RGB | rgb(30, 182, 65) |
| HSL | hsl(134, 72%, 42%) |
| CMYK | cmyk(84%, 0%, 64%, 29%) |
| LAB | lab(65.0 -61.1 47.7) |
| LCH | lch(65.0 77.5 142.0) |
| OKLCH | oklch(0.679 0.198 146.0) |
Copy-ready code
/* CSS */
color: #1eb641;
background-color: #1eb641;
/* Tailwind (arbitrary) */
class="text-[#1eb641] bg-[#1eb641]"
/* SCSS */
$brand: #1eb641;
/* SwiftUI */
Color(red: 0.118, green: 0.714, blue: 0.255)
/* Android */
Color.parseColor("#1eb641")Accessibility — WCAG contrast
Aa
#1eb641 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eb641 on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green71.4%
Blue25.5%
CMYK percentages
Cyan83.5%
Magenta0.0%
Yellow64.3%
Key (black)28.6%
Color previews
#1eb641 text on a black background
contrast 7.82:1
Card sample
#1eb641 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eb641;
Background color
Panel with #1eb641 background
background-color: #1eb641;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eb641;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 182, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 182, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eb641; background: linear-gradient(135deg, #1eb641, #1EB6A6);