#30ad1f
a dark, vivid green · cool · closest name: green
RGB
48, 173, 31
HSL
113°, 70%, 40%
CMYK
72, 0, 82, 32
Luminance
0.3061
Every format
| HEX | #30ad1f |
| RGB | rgb(48, 173, 31) |
| HSL | hsl(113, 70%, 40%) |
| CMYK | cmyk(72%, 0%, 82%, 32%) |
| LAB | lab(62.2 -58.6 57.3) |
| LCH | lch(62.2 81.9 135.6) |
| OKLCH | oklch(0.655 0.204 141.5) |
Copy-ready code
/* CSS */
color: #30ad1f;
background-color: #30ad1f;
/* Tailwind (arbitrary) */
class="text-[#30ad1f] bg-[#30ad1f]"
/* SCSS */
$brand: #30ad1f;
/* SwiftUI */
Color(red: 0.188, green: 0.678, blue: 0.122)
/* Android */
Color.parseColor("#30ad1f")Accessibility — WCAG contrast
Aa
#30ad1f on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30ad1f on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green67.8%
Blue12.2%
CMYK percentages
Cyan72.3%
Magenta0.0%
Yellow82.1%
Key (black)32.2%
Color previews
#30ad1f text on a black background
contrast 7.12:1
Card sample
#30ad1f text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30ad1f;
Background color
Panel with #30ad1f background
background-color: #30ad1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30ad1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 173, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 173, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30ad1f; background: linear-gradient(135deg, #30ad1f, #1FAD6D);