#1eb40f
a dark, electric green · cool · closest name: green
RGB
30, 180, 15
HSL
115°, 85%, 38%
CMYK
83, 0, 92, 29
Luminance
0.3295
Every format
| HEX | #1eb40f |
| RGB | rgb(30, 180, 15) |
| HSL | hsl(115, 85%, 38%) |
| CMYK | cmyk(83%, 0%, 92%, 29%) |
| LAB | lab(64.1 -64.0 62.4) |
| LCH | lch(64.1 89.3 135.7) |
| OKLCH | oklch(0.670 0.221 142.0) |
Copy-ready code
/* CSS */
color: #1eb40f;
background-color: #1eb40f;
/* Tailwind (arbitrary) */
class="text-[#1eb40f] bg-[#1eb40f]"
/* SCSS */
$brand: #1eb40f;
/* SwiftUI */
Color(red: 0.118, green: 0.706, blue: 0.059)
/* Android */
Color.parseColor("#1eb40f")Accessibility — WCAG contrast
Aa
#1eb40f on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eb40f on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green70.6%
Blue5.9%
CMYK percentages
Cyan83.3%
Magenta0.0%
Yellow91.7%
Key (black)29.4%
Color previews
#1eb40f text on a black background
contrast 7.59:1
Card sample
#1eb40f text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eb40f;
Background color
Panel with #1eb40f background
background-color: #1eb40f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eb40f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 180, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 180, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eb40f; background: linear-gradient(135deg, #1eb40f, #0FB46E);