#1eb52c
a dark, vivid green · cool · closest name: forestgreen
RGB
30, 181, 44
HSL
126°, 72%, 41%
CMYK
83, 0, 76, 29
Luminance
0.3351
Every format
| HEX | #1eb52c |
| RGB | rgb(30, 181, 44) |
| HSL | hsl(126, 72%, 41%) |
| CMYK | cmyk(83%, 0%, 76%, 29%) |
| LAB | lab(64.6 -62.8 55.4) |
| LCH | lch(64.6 83.7 138.6) |
| OKLCH | oklch(0.674 0.211 143.7) |
Copy-ready code
/* CSS */
color: #1eb52c;
background-color: #1eb52c;
/* Tailwind (arbitrary) */
class="text-[#1eb52c] bg-[#1eb52c]"
/* SCSS */
$brand: #1eb52c;
/* SwiftUI */
Color(red: 0.118, green: 0.710, blue: 0.173)
/* Android */
Color.parseColor("#1eb52c")Accessibility — WCAG contrast
Aa
#1eb52c on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eb52c on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green71.0%
Blue17.3%
CMYK percentages
Cyan83.4%
Magenta0.0%
Yellow75.7%
Key (black)29.0%
Color previews
#1eb52c text on a black background
contrast 7.70:1
Card sample
#1eb52c text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eb52c;
Background color
Panel with #1eb52c background
background-color: #1eb52c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eb52c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 181, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 181, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eb52c; background: linear-gradient(135deg, #1eb52c, #1EB591);