#7fef39
a balanced, electric green · cool · closest name: lime
RGB
127, 239, 57
HSL
97°, 85%, 58%
CMYK
47, 0, 76, 6
Luminance
0.6654
Every format
| HEX | #7fef39 |
| RGB | rgb(127, 239, 57) |
| HSL | hsl(97, 85%, 58%) |
| CMYK | cmyk(47%, 0%, 76%, 6%) |
| LAB | lab(85.3 -60.7 72.3) |
| LCH | lch(85.3 94.4 130.0) |
| OKLCH | oklch(0.853 0.233 136.4) |
Copy-ready code
/* CSS */
color: #7fef39;
background-color: #7fef39;
/* Tailwind (arbitrary) */
class="text-[#7fef39] bg-[#7fef39]"
/* SCSS */
$brand: #7fef39;
/* SwiftUI */
Color(red: 0.498, green: 0.937, blue: 0.224)
/* Android */
Color.parseColor("#7fef39")Accessibility — WCAG contrast
Aa
#7fef39 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fef39 on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green93.7%
Blue22.4%
CMYK percentages
Cyan46.9%
Magenta0.0%
Yellow76.2%
Key (black)6.3%
Color previews
#7fef39 text on a black background
contrast 14.31:1
Card sample
#7fef39 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fef39;
Background color
Panel with #7fef39 background
background-color: #7fef39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fef39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 239, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 239, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fef39; background: linear-gradient(135deg, #7fef39, #39EF6C);