#7fff52
a light, electric green · cool · closest name: lime
RGB
127, 255, 82
HSL
104°, 100%, 66%
CMYK
50, 0, 68, 0
Luminance
0.7664
Every format
| HEX | #7fff52 |
| RGB | rgb(127, 255, 82) |
| HSL | hsl(104, 100%, 66%) |
| CMYK | cmyk(50%, 0%, 68%, 0%) |
| LAB | lab(90.2 -64.9 68.7) |
| LCH | lch(90.2 94.5 133.4) |
| OKLCH | oklch(0.893 0.238 138.8) |
Copy-ready code
/* CSS */
color: #7fff52;
background-color: #7fff52;
/* Tailwind (arbitrary) */
class="text-[#7fff52] bg-[#7fff52]"
/* SCSS */
$brand: #7fff52;
/* SwiftUI */
Color(red: 0.498, green: 1.000, blue: 0.322)
/* Android */
Color.parseColor("#7fff52")Accessibility — WCAG contrast
Aa
#7fff52 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fff52 on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green100.0%
Blue32.2%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow67.8%
Key (black)0.0%
Color previews
#7fff52 text on a black background
contrast 16.33:1
Card sample
#7fff52 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fff52;
Background color
Panel with #7fff52 background
background-color: #7fff52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fff52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 255, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 255, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fff52; background: linear-gradient(135deg, #7fff52, #52FF98);