#00a30d
a dark, electric green · cool · closest name: green
RGB
0, 163, 13
HSL
125°, 100%, 32%
CMYK
100, 0, 92, 36
Luminance
0.2622
Every format
| HEX | #00a30d |
| RGB | rgb(0, 163, 13) |
| HSL | hsl(125, 100%, 32%) |
| CMYK | cmyk(100%, 0%, 92%, 36%) |
| LAB | lab(58.3 -61.3 57.6) |
| LCH | lch(58.3 84.1 136.8) |
| OKLCH | oklch(0.620 0.208 142.9) |
Copy-ready code
/* CSS */
color: #00a30d;
background-color: #00a30d;
/* Tailwind (arbitrary) */
class="text-[#00a30d] bg-[#00a30d]"
/* SCSS */
$brand: #00a30d;
/* SwiftUI */
Color(red: 0.000, green: 0.639, blue: 0.051)
/* Android */
Color.parseColor("#00a30d")Accessibility — WCAG contrast
Aa
#00a30d on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#00a30d on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green63.9%
Blue5.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow92.0%
Key (black)36.1%
Color previews
#00a30d text on a black background
contrast 6.24:1
Card sample
#00a30d text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00a30d;
Background color
Panel with #00a30d background
background-color: #00a30d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00a30d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 163, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 163, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00a30d; background: linear-gradient(135deg, #00a30d, #00A37A);