#78ff6d
a light, electric green · cool · closest name: lime
RGB
120, 255, 109
HSL
116°, 100%, 71%
CMYK
53, 0, 57, 0
Luminance
0.7662
Every format
| HEX | #78ff6d |
| RGB | rgb(120, 255, 109) |
| HSL | hsl(116, 100%, 71%) |
| CMYK | cmyk(53%, 0%, 57%, 0%) |
| LAB | lab(90.1 -64.2 57.6) |
| LCH | lch(90.1 86.3 138.1) |
| OKLCH | oklch(0.893 0.222 142.2) |
Copy-ready code
/* CSS */
color: #78ff6d;
background-color: #78ff6d;
/* Tailwind (arbitrary) */
class="text-[#78ff6d] bg-[#78ff6d]"
/* SCSS */
$brand: #78ff6d;
/* SwiftUI */
Color(red: 0.471, green: 1.000, blue: 0.427)
/* Android */
Color.parseColor("#78ff6d")Accessibility — WCAG contrast
Aa
#78ff6d on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#78ff6d on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green100.0%
Blue42.7%
CMYK percentages
Cyan52.9%
Magenta0.0%
Yellow57.3%
Key (black)0.0%
Color previews
#78ff6d text on a black background
contrast 16.32:1
Card sample
#78ff6d text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78ff6d;
Background color
Panel with #78ff6d background
background-color: #78ff6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78ff6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 255, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 255, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78ff6d; background: linear-gradient(135deg, #78ff6d, #6DFFC3);