#7ac113
a dark, electric green · cool · closest name: olivedrab
RGB
122, 193, 19
HSL
85°, 82%, 42%
CMYK
37, 0, 90, 24
Luminance
0.4232
Every format
| HEX | #7ac113 |
| RGB | rgb(122, 193, 19) |
| HSL | hsl(85, 82%, 42%) |
| CMYK | cmyk(37%, 0%, 90%, 24%) |
| LAB | lab(71.1 -45.9 68.7) |
| LCH | lch(71.1 82.6 123.7) |
| OKLCH | oklch(0.736 0.198 131.4) |
Copy-ready code
/* CSS */
color: #7ac113;
background-color: #7ac113;
/* Tailwind (arbitrary) */
class="text-[#7ac113] bg-[#7ac113]"
/* SCSS */
$brand: #7ac113;
/* SwiftUI */
Color(red: 0.478, green: 0.757, blue: 0.075)
/* Android */
Color.parseColor("#7ac113")Accessibility — WCAG contrast
Aa
#7ac113 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ac113 on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green75.7%
Blue7.5%
CMYK percentages
Cyan36.8%
Magenta0.0%
Yellow90.2%
Key (black)24.3%
Color previews
#7ac113 text on a black background
contrast 9.46:1
Card sample
#7ac113 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ac113;
Background color
Panel with #7ac113 background
background-color: #7ac113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ac113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 193, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 193, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ac113; background: linear-gradient(135deg, #7ac113, #13C120);