#7ae638
a balanced, electric green · cool · closest name: lime
RGB
122, 230, 56
HSL
97°, 78%, 56%
CMYK
47, 0, 76, 10
Luminance
0.6102
Every format
| HEX | #7ae638 |
| RGB | rgb(122, 230, 56) |
| HSL | hsl(97, 78%, 56%) |
| CMYK | cmyk(47%, 0%, 76%, 10%) |
| LAB | lab(82.4 -58.9 69.7) |
| LCH | lch(82.4 91.3 130.2) |
| OKLCH | oklch(0.829 0.226 136.5) |
Copy-ready code
/* CSS */
color: #7ae638;
background-color: #7ae638;
/* Tailwind (arbitrary) */
class="text-[#7ae638] bg-[#7ae638]"
/* SCSS */
$brand: #7ae638;
/* SwiftUI */
Color(red: 0.478, green: 0.902, blue: 0.220)
/* Android */
Color.parseColor("#7ae638")Accessibility — WCAG contrast
Aa
#7ae638 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ae638 on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green90.2%
Blue22.0%
CMYK percentages
Cyan47.0%
Magenta0.0%
Yellow75.7%
Key (black)9.8%
Color previews
#7ae638 text on a black background
contrast 13.20:1
Card sample
#7ae638 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ae638;
Background color
Panel with #7ae638 background
background-color: #7ae638;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ae638;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 230, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 230, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ae638; background: linear-gradient(135deg, #7ae638, #38E66A);