#7ae33e
a balanced, vivid green · cool · closest name: lime
RGB
122, 227, 62
HSL
98°, 75%, 57%
CMYK
46, 0, 73, 11
Luminance
0.5942
Every format
| HEX | #7ae33e |
| RGB | rgb(122, 227, 62) |
| HSL | hsl(98, 75%, 57%) |
| CMYK | cmyk(46%, 0%, 73%, 11%) |
| LAB | lab(81.5 -57.4 66.9) |
| LCH | lch(81.5 88.2 130.6) |
| OKLCH | oklch(0.822 0.219 136.6) |
Copy-ready code
/* CSS */
color: #7ae33e;
background-color: #7ae33e;
/* Tailwind (arbitrary) */
class="text-[#7ae33e] bg-[#7ae33e]"
/* SCSS */
$brand: #7ae33e;
/* SwiftUI */
Color(red: 0.478, green: 0.890, blue: 0.243)
/* Android */
Color.parseColor("#7ae33e")Accessibility — WCAG contrast
Aa
#7ae33e on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ae33e on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green89.0%
Blue24.3%
CMYK percentages
Cyan46.3%
Magenta0.0%
Yellow72.7%
Key (black)11.0%
Color previews
#7ae33e text on a black background
contrast 12.88:1
Card sample
#7ae33e text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ae33e;
Background color
Panel with #7ae33e background
background-color: #7ae33e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ae33e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 227, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 227, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ae33e; background: linear-gradient(135deg, #7ae33e, #3EE370);