#7eac00
a dark, electric green · cool · closest name: olivedrab
RGB
126, 172, 0
HSL
76°, 100%, 34%
CMYK
27, 0, 100, 33
Luminance
0.3394
Every format
| HEX | #7eac00 |
| RGB | rgb(126, 172, 0) |
| HSL | hsl(76, 100%, 34%) |
| CMYK | cmyk(27%, 0%, 100%, 33%) |
| LAB | lab(64.9 -35.6 66.4) |
| LCH | lch(64.9 75.3 118.2) |
| OKLCH | oklch(0.686 0.175 126.4) |
Copy-ready code
/* CSS */
color: #7eac00;
background-color: #7eac00;
/* Tailwind (arbitrary) */
class="text-[#7eac00] bg-[#7eac00]"
/* SCSS */
$brand: #7eac00;
/* SwiftUI */
Color(red: 0.494, green: 0.675, blue: 0.000)
/* Android */
Color.parseColor("#7eac00")Accessibility — WCAG contrast
Aa
#7eac00 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eac00 on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green67.5%
Blue0.0%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow100.0%
Key (black)32.5%
Color previews
#7eac00 text on a black background
contrast 7.79:1
Card sample
#7eac00 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eac00;
Background color
Panel with #7eac00 background
background-color: #7eac00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eac00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 172, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 172, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eac00; background: linear-gradient(135deg, #7eac00, #0BAC00);