#1ed621
a balanced, electric green · cool · closest name: lime
RGB
30, 214, 33
HSL
121°, 75%, 48%
CMYK
86, 0, 85, 16
Luminance
0.4848
Every format
| HEX | #1ed621 |
| RGB | rgb(30, 214, 33) |
| HSL | hsl(121, 75%, 48%) |
| CMYK | cmyk(86%, 0%, 85%, 16%) |
| LAB | lab(75.1 -73.0 68.5) |
| LCH | lch(75.1 100.1 136.9) |
| OKLCH | oklch(0.762 0.249 142.7) |
Copy-ready code
/* CSS */
color: #1ed621;
background-color: #1ed621;
/* Tailwind (arbitrary) */
class="text-[#1ed621] bg-[#1ed621]"
/* SCSS */
$brand: #1ed621;
/* SwiftUI */
Color(red: 0.118, green: 0.839, blue: 0.129)
/* Android */
Color.parseColor("#1ed621")Accessibility — WCAG contrast
Aa
#1ed621 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ed621 on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green83.9%
Blue12.9%
CMYK percentages
Cyan86.0%
Magenta0.0%
Yellow84.6%
Key (black)16.1%
Color previews
#1ed621 text on a black background
contrast 10.70:1
Card sample
#1ed621 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ed621;
Background color
Panel with #1ed621 background
background-color: #1ed621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ed621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 214, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 214, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ed621; background: linear-gradient(135deg, #1ed621, #1ED69C);