#30ec7d
a balanced, electric green · cool · closest name: forestgreen
RGB
48, 236, 125
HSL
145°, 83%, 56%
CMYK
80, 0, 47, 8
Luminance
0.6210
Every format
| HEX | #30ec7d |
| RGB | rgb(48, 236, 125) |
| HSL | hsl(145, 83%, 56%) |
| CMYK | cmyk(80%, 0%, 47%, 8%) |
| LAB | lab(83.0 -68.5 41.1) |
| LCH | lch(83.0 79.9 149.0) |
| OKLCH | oklch(0.830 0.210 151.3) |
Copy-ready code
/* CSS */
color: #30ec7d;
background-color: #30ec7d;
/* Tailwind (arbitrary) */
class="text-[#30ec7d] bg-[#30ec7d]"
/* SCSS */
$brand: #30ec7d;
/* SwiftUI */
Color(red: 0.188, green: 0.925, blue: 0.490)
/* Android */
Color.parseColor("#30ec7d")Accessibility — WCAG contrast
Aa
#30ec7d on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30ec7d on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green92.5%
Blue49.0%
CMYK percentages
Cyan79.7%
Magenta0.0%
Yellow47.0%
Key (black)7.5%
Color previews
#30ec7d text on a black background
contrast 13.42:1
Card sample
#30ec7d text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30ec7d;
Background color
Panel with #30ec7d background
background-color: #30ec7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30ec7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 236, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 236, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30ec7d; background: linear-gradient(135deg, #30ec7d, #30DEEC);