#30ab0d
a dark, electric green · cool · closest name: green
RGB
48, 171, 13
HSL
107°, 86%, 36%
CMYK
72, 0, 92, 33
Luminance
0.2978
Every format
| HEX | #30ab0d |
| RGB | rgb(48, 171, 13) |
| HSL | hsl(107, 86%, 36%) |
| CMYK | cmyk(72%, 0%, 92%, 33%) |
| LAB | lab(61.5 -58.7 60.6) |
| LCH | lch(61.5 84.3 134.1) |
| OKLCH | oklch(0.649 0.208 140.7) |
Copy-ready code
/* CSS */
color: #30ab0d;
background-color: #30ab0d;
/* Tailwind (arbitrary) */
class="text-[#30ab0d] bg-[#30ab0d]"
/* SCSS */
$brand: #30ab0d;
/* SwiftUI */
Color(red: 0.188, green: 0.671, blue: 0.051)
/* Android */
Color.parseColor("#30ab0d")Accessibility — WCAG contrast
Aa
#30ab0d on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#30ab0d on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green67.1%
Blue5.1%
CMYK percentages
Cyan71.9%
Magenta0.0%
Yellow92.4%
Key (black)32.9%
Color previews
#30ab0d text on a black background
contrast 6.96:1
Card sample
#30ab0d text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30ab0d;
Background color
Panel with #30ab0d background
background-color: #30ab0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30ab0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 171, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 171, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30ab0d; background: linear-gradient(135deg, #30ab0d, #0DAB53);