#30ea7d
a balanced, electric green · cool · closest name: forestgreen
RGB
48, 234, 125
HSL
145°, 82%, 55%
CMYK
80, 0, 47, 8
Luminance
0.6095
Every format
| HEX | #30ea7d |
| RGB | rgb(48, 234, 125) |
| HSL | hsl(145, 82%, 55%) |
| CMYK | cmyk(80%, 0%, 47%, 8%) |
| LAB | lab(82.3 -67.8 40.4) |
| LCH | lch(82.3 78.9 149.2) |
| OKLCH | oklch(0.825 0.207 151.5) |
Copy-ready code
/* CSS */
color: #30ea7d;
background-color: #30ea7d;
/* Tailwind (arbitrary) */
class="text-[#30ea7d] bg-[#30ea7d]"
/* SCSS */
$brand: #30ea7d;
/* SwiftUI */
Color(red: 0.188, green: 0.918, blue: 0.490)
/* Android */
Color.parseColor("#30ea7d")Accessibility — WCAG contrast
Aa
#30ea7d on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30ea7d on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green91.8%
Blue49.0%
CMYK percentages
Cyan79.5%
Magenta0.0%
Yellow46.6%
Key (black)8.2%
Color previews
#30ea7d text on a black background
contrast 13.19:1
Card sample
#30ea7d text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30ea7d;
Background color
Panel with #30ea7d background
background-color: #30ea7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30ea7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 234, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 234, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30ea7d; background: linear-gradient(135deg, #30ea7d, #30DBEA);