#62a300
a dark, electric green · cool · closest name: olivedrab
RGB
98, 163, 0
HSL
84°, 100%, 32%
CMYK
40, 0, 100, 36
Luminance
0.2879
Every format
| HEX | #62a300 |
| RGB | rgb(98, 163, 0) |
| HSL | hsl(84, 100%, 32%) |
| CMYK | cmyk(40%, 0%, 100%, 36%) |
| LAB | lab(60.6 -42.3 62.4) |
| LCH | lch(60.6 75.4 124.1) |
| OKLCH | oklch(0.646 0.180 132.1) |
Copy-ready code
/* CSS */
color: #62a300;
background-color: #62a300;
/* Tailwind (arbitrary) */
class="text-[#62a300] bg-[#62a300]"
/* SCSS */
$brand: #62a300;
/* SwiftUI */
Color(red: 0.384, green: 0.639, blue: 0.000)
/* Android */
Color.parseColor("#62a300")Accessibility — WCAG contrast
Aa
#62a300 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#62a300 on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green63.9%
Blue0.0%
CMYK percentages
Cyan39.9%
Magenta0.0%
Yellow100.0%
Key (black)36.1%
Color previews
#62a300 text on a black background
contrast 6.76:1
Card sample
#62a300 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62a300;
Background color
Panel with #62a300 background
background-color: #62a300;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62a300;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 163, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 163, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62a300; background: linear-gradient(135deg, #62a300, #00A30B);