#30ea68
a balanced, electric green · cool · closest name: lime
RGB
48, 234, 104
HSL
138°, 82%, 55%
CMYK
80, 0, 56, 8
Luminance
0.6047
Every format
| HEX | #30ea68 |
| RGB | rgb(48, 234, 104) |
| HSL | hsl(138, 82%, 55%) |
| CMYK | cmyk(80%, 0%, 56%, 8%) |
| LAB | lab(82.1 -70.9 50.0) |
| LCH | lch(82.1 86.8 144.8) |
| OKLCH | oklch(0.822 0.225 148.0) |
Copy-ready code
/* CSS */
color: #30ea68;
background-color: #30ea68;
/* Tailwind (arbitrary) */
class="text-[#30ea68] bg-[#30ea68]"
/* SCSS */
$brand: #30ea68;
/* SwiftUI */
Color(red: 0.188, green: 0.918, blue: 0.408)
/* Android */
Color.parseColor("#30ea68")Accessibility — WCAG contrast
Aa
#30ea68 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30ea68 on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green91.8%
Blue40.8%
CMYK percentages
Cyan79.5%
Magenta0.0%
Yellow55.6%
Key (black)8.2%
Color previews
#30ea68 text on a black background
contrast 13.09:1
Card sample
#30ea68 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30ea68;
Background color
Panel with #30ea68 background
background-color: #30ea68;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30ea68;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 234, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 234, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30ea68; background: linear-gradient(135deg, #30ea68, #30EAE4);