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