#30ec4a
a balanced, electric green · cool · closest name: lime
RGB
48, 236, 74
HSL
128°, 83%, 56%
CMYK
80, 0, 69, 8
Luminance
0.6111
Every format
| HEX | #30ec4a |
| RGB | rgb(48, 236, 74) |
| HSL | hsl(128, 83%, 56%) |
| CMYK | cmyk(80%, 0%, 69%, 8%) |
| LAB | lab(82.4 -74.8 63.0) |
| LCH | lch(82.4 97.8 139.9) |
| OKLCH | oklch(0.824 0.248 144.5) |
Copy-ready code
/* CSS */
color: #30ec4a;
background-color: #30ec4a;
/* Tailwind (arbitrary) */
class="text-[#30ec4a] bg-[#30ec4a]"
/* SCSS */
$brand: #30ec4a;
/* SwiftUI */
Color(red: 0.188, green: 0.925, blue: 0.290)
/* Android */
Color.parseColor("#30ec4a")Accessibility — WCAG contrast
Aa
#30ec4a on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30ec4a on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green92.5%
Blue29.0%
CMYK percentages
Cyan79.7%
Magenta0.0%
Yellow68.6%
Key (black)7.5%
Color previews
#30ec4a text on a black background
contrast 13.22:1
Card sample
#30ec4a text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30ec4a;
Background color
Panel with #30ec4a background
background-color: #30ec4a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30ec4a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 236, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 236, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30ec4a; background: linear-gradient(135deg, #30ec4a, #30ECC7);