#79ee49
a balanced, electric green · cool · closest name: lime
RGB
121, 238, 73
HSL
103°, 83%, 61%
CMYK
49, 0, 69, 7
Luminance
0.6570
Every format
| HEX | #79ee49 |
| RGB | rgb(121, 238, 73) |
| HSL | hsl(103, 83%, 61%) |
| CMYK | cmyk(49%, 0%, 69%, 7%) |
| LAB | lab(84.8 -61.0 66.4) |
| LCH | lch(84.8 90.2 132.6) |
| OKLCH | oklch(0.849 0.226 138.2) |
Copy-ready code
/* CSS */
color: #79ee49;
background-color: #79ee49;
/* Tailwind (arbitrary) */
class="text-[#79ee49] bg-[#79ee49]"
/* SCSS */
$brand: #79ee49;
/* SwiftUI */
Color(red: 0.475, green: 0.933, blue: 0.286)
/* Android */
Color.parseColor("#79ee49")Accessibility — WCAG contrast
Aa
#79ee49 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79ee49 on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green93.3%
Blue28.6%
CMYK percentages
Cyan49.2%
Magenta0.0%
Yellow69.3%
Key (black)6.7%
Color previews
#79ee49 text on a black background
contrast 14.14:1
Card sample
#79ee49 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79ee49;
Background color
Panel with #79ee49 background
background-color: #79ee49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79ee49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 238, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 238, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79ee49; background: linear-gradient(135deg, #79ee49, #49EE87);