#30f331
a balanced, electric green · cool · closest name: lime
RGB
48, 243, 49
HSL
120°, 89%, 57%
CMYK
80, 0, 80, 5
Luminance
0.6495
Every format
| HEX | #30f331 |
| RGB | rgb(48, 243, 49) |
| HSL | hsl(120, 89%, 57%) |
| CMYK | cmyk(80%, 0%, 80%, 5%) |
| LAB | lab(84.5 -78.7 73.1) |
| LCH | lch(84.5 107.4 137.1) |
| OKLCH | oklch(0.840 0.268 142.8) |
Copy-ready code
/* CSS */
color: #30f331;
background-color: #30f331;
/* Tailwind (arbitrary) */
class="text-[#30f331] bg-[#30f331]"
/* SCSS */
$brand: #30f331;
/* SwiftUI */
Color(red: 0.188, green: 0.953, blue: 0.192)
/* Android */
Color.parseColor("#30f331")Accessibility — WCAG contrast
Aa
#30f331 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30f331 on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green95.3%
Blue19.2%
CMYK percentages
Cyan80.2%
Magenta0.0%
Yellow79.8%
Key (black)4.7%
Color previews
#30f331 text on a black background
contrast 13.99:1
Card sample
#30f331 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30f331;
Background color
Panel with #30f331 background
background-color: #30f331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30f331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 243, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 243, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30f331; background: linear-gradient(135deg, #30f331, #30F3B3);