#77f14e
a balanced, electric green · cool · closest name: lime
RGB
119, 241, 78
HSL
105°, 85%, 63%
CMYK
51, 0, 68, 6
Luminance
0.6738
Every format
| HEX | #77f14e |
| RGB | rgb(119, 241, 78) |
| HSL | hsl(105, 85%, 63%) |
| CMYK | cmyk(51%, 0%, 68%, 6%) |
| LAB | lab(85.7 -62.3 65.4) |
| LCH | lch(85.7 90.3 133.6) |
| OKLCH | oklch(0.856 0.227 138.9) |
Copy-ready code
/* CSS */
color: #77f14e;
background-color: #77f14e;
/* Tailwind (arbitrary) */
class="text-[#77f14e] bg-[#77f14e]"
/* SCSS */
$brand: #77f14e;
/* SwiftUI */
Color(red: 0.467, green: 0.945, blue: 0.306)
/* Android */
Color.parseColor("#77f14e")Accessibility — WCAG contrast
Aa
#77f14e on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77f14e on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green94.5%
Blue30.6%
CMYK percentages
Cyan50.6%
Magenta0.0%
Yellow67.6%
Key (black)5.5%
Color previews
#77f14e text on a black background
contrast 14.48:1
Card sample
#77f14e text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77f14e;
Background color
Panel with #77f14e background
background-color: #77f14e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77f14e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 241, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 241, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77f14e; background: linear-gradient(135deg, #77f14e, #4EF192);