#00ad02
a dark, electric green · cool · closest name: green
RGB
0, 173, 2
HSL
121°, 100%, 34%
CMYK
100, 0, 99, 32
Luminance
0.2989
Every format
| HEX | #00ad02 |
| RGB | rgb(0, 173, 2) |
| HSL | hsl(121, 100%, 34%) |
| CMYK | cmyk(100%, 0%, 99%, 32%) |
| LAB | lab(61.6 -64.4 61.9) |
| LCH | lch(61.6 89.3 136.1) |
| OKLCH | oklch(0.648 0.220 142.5) |
Copy-ready code
/* CSS */
color: #00ad02;
background-color: #00ad02;
/* Tailwind (arbitrary) */
class="text-[#00ad02] bg-[#00ad02]"
/* SCSS */
$brand: #00ad02;
/* SwiftUI */
Color(red: 0.000, green: 0.678, blue: 0.008)
/* Android */
Color.parseColor("#00ad02")Accessibility — WCAG contrast
Aa
#00ad02 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#00ad02 on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green67.8%
Blue0.8%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow98.8%
Key (black)32.2%
Color previews
#00ad02 text on a black background
contrast 6.98:1
Card sample
#00ad02 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00ad02;
Background color
Panel with #00ad02 background
background-color: #00ad02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00ad02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 173, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 173, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00ad02; background: linear-gradient(135deg, #00ad02, #00AD75);