#7fe913
a balanced, electric green · cool · closest name: lime
RGB
127, 233, 19
HSL
90°, 85%, 49%
CMYK
46, 0, 92, 9
Luminance
0.6284
Every format
| HEX | #7fe913 |
| RGB | rgb(127, 233, 19) |
| HSL | hsl(90, 85%, 49%) |
| CMYK | cmyk(46%, 0%, 92%, 9%) |
| LAB | lab(83.4 -59.9 78.9) |
| LCH | lch(83.4 99.0 127.2) |
| OKLCH | oklch(0.837 0.239 134.7) |
Copy-ready code
/* CSS */
color: #7fe913;
background-color: #7fe913;
/* Tailwind (arbitrary) */
class="text-[#7fe913] bg-[#7fe913]"
/* SCSS */
$brand: #7fe913;
/* SwiftUI */
Color(red: 0.498, green: 0.914, blue: 0.075)
/* Android */
Color.parseColor("#7fe913")Accessibility — WCAG contrast
Aa
#7fe913 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fe913 on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green91.4%
Blue7.5%
CMYK percentages
Cyan45.5%
Magenta0.0%
Yellow91.8%
Key (black)8.6%
Color previews
#7fe913 text on a black background
contrast 13.57:1
Card sample
#7fe913 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fe913;
Background color
Panel with #7fe913 background
background-color: #7fe913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fe913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 233, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 233, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fe913; background: linear-gradient(135deg, #7fe913, #13E936);