#7abe13
a dark, electric green · cool · closest name: olivedrab
RGB
122, 190, 19
HSL
84°, 82%, 41%
CMYK
36, 0, 90, 26
Luminance
0.4101
Every format
| HEX | #7abe13 |
| RGB | rgb(122, 190, 19) |
| HSL | hsl(84, 82%, 41%) |
| CMYK | cmyk(36%, 0%, 90%, 26%) |
| LAB | lab(70.2 -44.6 68.0) |
| LCH | lch(70.2 81.3 123.3) |
| OKLCH | oklch(0.728 0.194 131.0) |
Copy-ready code
/* CSS */
color: #7abe13;
background-color: #7abe13;
/* Tailwind (arbitrary) */
class="text-[#7abe13] bg-[#7abe13]"
/* SCSS */
$brand: #7abe13;
/* SwiftUI */
Color(red: 0.478, green: 0.745, blue: 0.075)
/* Android */
Color.parseColor("#7abe13")Accessibility — WCAG contrast
Aa
#7abe13 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7abe13 on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green74.5%
Blue7.5%
CMYK percentages
Cyan35.8%
Magenta0.0%
Yellow90.0%
Key (black)25.5%
Color previews
#7abe13 text on a black background
contrast 9.20:1
Card sample
#7abe13 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7abe13;
Background color
Panel with #7abe13 background
background-color: #7abe13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7abe13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 190, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 190, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7abe13; background: linear-gradient(135deg, #7abe13, #13BE1E);