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