#1eb652
a dark, vivid green · cool · closest name: forestgreen
RGB
30, 182, 82
HSL
141°, 72%, 42%
CMYK
84, 0, 55, 29
Luminance
0.3434
Every format
| HEX | #1eb652 |
| RGB | rgb(30, 182, 82) |
| HSL | hsl(141, 72%, 42%) |
| CMYK | cmyk(84%, 0%, 55%, 29%) |
| LAB | lab(65.2 -58.9 40.0) |
| LCH | lch(65.2 71.2 145.8) |
| OKLCH | oklch(0.681 0.185 148.7) |
Copy-ready code
/* CSS */
color: #1eb652;
background-color: #1eb652;
/* Tailwind (arbitrary) */
class="text-[#1eb652] bg-[#1eb652]"
/* SCSS */
$brand: #1eb652;
/* SwiftUI */
Color(red: 0.118, green: 0.714, blue: 0.322)
/* Android */
Color.parseColor("#1eb652")Accessibility — WCAG contrast
Aa
#1eb652 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eb652 on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green71.4%
Blue32.2%
CMYK percentages
Cyan83.5%
Magenta0.0%
Yellow54.9%
Key (black)28.6%
Color previews
#1eb652 text on a black background
contrast 7.87:1
Card sample
#1eb652 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eb652;
Background color
Panel with #1eb652 background
background-color: #1eb652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eb652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 182, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 182, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eb652; background: linear-gradient(135deg, #1eb652, #1EB5B6);