#007202
a deep, electric green · cool · closest name: green
RGB
0, 114, 2
HSL
121°, 100%, 22%
CMYK
100, 0, 98, 55
Luminance
0.1204
Every format
| HEX | #007202 |
| RGB | rgb(0, 114, 2) |
| HSL | hsl(121, 100%, 22%) |
| CMYK | cmyk(100%, 0%, 98%, 55%) |
| LAB | lab(41.3 -47.5 45.4) |
| LCH | lch(41.3 65.7 136.3) |
| OKLCH | oklch(0.478 0.162 142.6) |
Copy-ready code
/* CSS */
color: #007202;
background-color: #007202;
/* Tailwind (arbitrary) */
class="text-[#007202] bg-[#007202]"
/* SCSS */
$brand: #007202;
/* SwiftUI */
Color(red: 0.000, green: 0.447, blue: 0.008)
/* Android */
Color.parseColor("#007202")Accessibility — WCAG contrast
Aa
#007202 on white: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007202 on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green44.7%
Blue0.8%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow98.2%
Key (black)55.3%
Color previews
#007202 text on a black background
contrast 3.41:1
Card sample
#007202 text on a white background
contrast 6.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007202;
Background color
Panel with #007202 background
background-color: #007202;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007202;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 114, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 114, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007202; background: linear-gradient(135deg, #007202, #00724E);