#4fe700
a balanced, electric green · cool · closest name: lime
RGB
79, 231, 0
HSL
100°, 100%, 45%
CMYK
66, 0, 100, 9
Luminance
0.5881
Every format
| HEX | #4fe700 |
| RGB | rgb(79, 231, 0) |
| HSL | hsl(100, 100%, 45%) |
| CMYK | cmyk(66%, 0%, 100%, 9%) |
| LAB | lab(81.2 -71.8 78.3) |
| LCH | lch(81.2 106.3 132.5) |
| OKLCH | oklch(0.814 0.260 139.6) |
Copy-ready code
/* CSS */
color: #4fe700;
background-color: #4fe700;
/* Tailwind (arbitrary) */
class="text-[#4fe700] bg-[#4fe700]"
/* SCSS */
$brand: #4fe700;
/* SwiftUI */
Color(red: 0.310, green: 0.906, blue: 0.000)
/* Android */
Color.parseColor("#4fe700")Accessibility — WCAG contrast
Aa
#4fe700 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fe700 on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green90.6%
Blue0.0%
CMYK percentages
Cyan65.8%
Magenta0.0%
Yellow100.0%
Key (black)9.4%
Color previews
#4fe700 text on a black background
contrast 12.76:1
Card sample
#4fe700 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fe700;
Background color
Panel with #4fe700 background
background-color: #4fe700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fe700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 231, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 231, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fe700; background: linear-gradient(135deg, #4fe700, #00E74B);