#7ae032
a balanced, vivid green · cool · closest name: lime
RGB
122, 224, 50
HSL
95°, 74%, 54%
CMYK
46, 0, 78, 12
Luminance
0.5768
Every format
| HEX | #7ae032 |
| RGB | rgb(122, 224, 50) |
| HSL | hsl(95, 74%, 54%) |
| CMYK | cmyk(46%, 0%, 78%, 12%) |
| LAB | lab(80.6 -57.0 69.8) |
| LCH | lch(80.6 90.1 129.2) |
| OKLCH | oklch(0.814 0.222 135.7) |
Copy-ready code
/* CSS */
color: #7ae032;
background-color: #7ae032;
/* Tailwind (arbitrary) */
class="text-[#7ae032] bg-[#7ae032]"
/* SCSS */
$brand: #7ae032;
/* SwiftUI */
Color(red: 0.478, green: 0.878, blue: 0.196)
/* Android */
Color.parseColor("#7ae032")Accessibility — WCAG contrast
Aa
#7ae032 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ae032 on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green87.8%
Blue19.6%
CMYK percentages
Cyan45.5%
Magenta0.0%
Yellow77.7%
Key (black)12.2%
Color previews
#7ae032 text on a black background
contrast 12.54:1
Card sample
#7ae032 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ae032;
Background color
Panel with #7ae032 background
background-color: #7ae032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ae032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 224, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 224, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ae032; background: linear-gradient(135deg, #7ae032, #32E05E);