#7fe113
a balanced, electric green · cool · closest name: lime
RGB
127, 225, 19
HSL
89°, 84%, 48%
CMYK
44, 0, 92, 12
Luminance
0.5841
Every format
| HEX | #7fe113 |
| RGB | rgb(127, 225, 19) |
| HSL | hsl(89, 84%, 48%) |
| CMYK | cmyk(44%, 0%, 92%, 12%) |
| LAB | lab(81.0 -56.9 76.9) |
| LCH | lch(81.0 95.7 126.5) |
| OKLCH | oklch(0.817 0.231 134.0) |
Copy-ready code
/* CSS */
color: #7fe113;
background-color: #7fe113;
/* Tailwind (arbitrary) */
class="text-[#7fe113] bg-[#7fe113]"
/* SCSS */
$brand: #7fe113;
/* SwiftUI */
Color(red: 0.498, green: 0.882, blue: 0.075)
/* Android */
Color.parseColor("#7fe113")Accessibility — WCAG contrast
Aa
#7fe113 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fe113 on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green88.2%
Blue7.5%
CMYK percentages
Cyan43.6%
Magenta0.0%
Yellow91.6%
Key (black)11.8%
Color previews
#7fe113 text on a black background
contrast 12.68:1
Card sample
#7fe113 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fe113;
Background color
Panel with #7fe113 background
background-color: #7fe113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fe113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 225, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 225, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fe113; background: linear-gradient(135deg, #7fe113, #13E130);