#30c708
a dark, electric green · cool · closest name: lime
RGB
48, 199, 8
HSL
107°, 92%, 41%
CMYK
76, 0, 96, 22
Luminance
0.4149
Every format
| HEX | #30c708 |
| RGB | rgb(48, 199, 8) |
| HSL | hsl(107, 92%, 41%) |
| CMYK | cmyk(76%, 0%, 96%, 22%) |
| LAB | lab(70.5 -67.4 68.7) |
| LCH | lch(70.5 96.2 134.5) |
| OKLCH | oklch(0.724 0.237 141.1) |
Copy-ready code
/* CSS */
color: #30c708;
background-color: #30c708;
/* Tailwind (arbitrary) */
class="text-[#30c708] bg-[#30c708]"
/* SCSS */
$brand: #30c708;
/* SwiftUI */
Color(red: 0.188, green: 0.780, blue: 0.031)
/* Android */
Color.parseColor("#30c708")Accessibility — WCAG contrast
Aa
#30c708 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30c708 on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green78.0%
Blue3.1%
CMYK percentages
Cyan75.9%
Magenta0.0%
Yellow96.0%
Key (black)22.0%
Color previews
#30c708 text on a black background
contrast 9.30:1
Card sample
#30c708 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30c708;
Background color
Panel with #30c708 background
background-color: #30c708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30c708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 199, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 199, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30c708; background: linear-gradient(135deg, #30c708, #08C75F);