#30be30
a balanced, vivid green · cool · closest name: forestgreen
RGB
48, 190, 48
HSL
120°, 60%, 47%
CMYK
75, 0, 75, 26
Luminance
0.3767
Every format
| HEX | #30be30 |
| RGB | rgb(48, 190, 48) |
| HSL | hsl(120, 60%, 47%) |
| CMYK | cmyk(75%, 0%, 75%, 26%) |
| LAB | lab(67.8 -62.9 57.3) |
| LCH | lch(67.8 85.1 137.7) |
| OKLCH | oklch(0.702 0.214 142.9) |
Copy-ready code
/* CSS */
color: #30be30;
background-color: #30be30;
/* Tailwind (arbitrary) */
class="text-[#30be30] bg-[#30be30]"
/* SCSS */
$brand: #30be30;
/* SwiftUI */
Color(red: 0.188, green: 0.745, blue: 0.188)
/* Android */
Color.parseColor("#30be30")Accessibility — WCAG contrast
Aa
#30be30 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30be30 on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green74.5%
Blue18.8%
CMYK percentages
Cyan74.7%
Magenta0.0%
Yellow74.7%
Key (black)25.5%
Color previews
#30be30 text on a black background
contrast 8.53:1
Card sample
#30be30 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30be30;
Background color
Panel with #30be30 background
background-color: #30be30;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30be30;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 190, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 190, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30be30; background: linear-gradient(135deg, #30be30, #30BE8F);