#7fff5c
a light, electric green · cool · closest name: lime
RGB
127, 255, 92
HSL
107°, 100%, 68%
CMYK
50, 0, 64, 0
Luminance
0.7680
Every format
| HEX | #7fff5c |
| RGB | rgb(127, 255, 92) |
| HSL | hsl(107, 100%, 68%) |
| CMYK | cmyk(50%, 0%, 64%, 0%) |
| LAB | lab(90.2 -64.1 64.9) |
| LCH | lch(90.2 91.2 134.6) |
| OKLCH | oklch(0.894 0.231 139.6) |
Copy-ready code
/* CSS */
color: #7fff5c;
background-color: #7fff5c;
/* Tailwind (arbitrary) */
class="text-[#7fff5c] bg-[#7fff5c]"
/* SCSS */
$brand: #7fff5c;
/* SwiftUI */
Color(red: 0.498, green: 1.000, blue: 0.361)
/* Android */
Color.parseColor("#7fff5c")Accessibility — WCAG contrast
Aa
#7fff5c on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fff5c on black: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green100.0%
Blue36.1%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow63.9%
Key (black)0.0%
Color previews
#7fff5c text on a black background
contrast 16.36:1
Card sample
#7fff5c text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fff5c;
Background color
Panel with #7fff5c background
background-color: #7fff5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fff5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 255, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 255, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fff5c; background: linear-gradient(135deg, #7fff5c, #5CFFA6);