#4fee00
a balanced, electric green · cool · closest name: lime
RGB
79, 238, 0
HSL
100°, 100%, 47%
CMYK
67, 0, 100, 7
Luminance
0.6281
Every format
| HEX | #4fee00 |
| RGB | rgb(79, 238, 0) |
| HSL | hsl(100, 100%, 47%) |
| CMYK | cmyk(67%, 0%, 100%, 7%) |
| LAB | lab(83.3 -74.0 80.0) |
| LCH | lch(83.3 109.0 132.7) |
| OKLCH | oklch(0.832 0.267 139.8) |
Copy-ready code
/* CSS */
color: #4fee00;
background-color: #4fee00;
/* Tailwind (arbitrary) */
class="text-[#4fee00] bg-[#4fee00]"
/* SCSS */
$brand: #4fee00;
/* SwiftUI */
Color(red: 0.310, green: 0.933, blue: 0.000)
/* Android */
Color.parseColor("#4fee00")Accessibility — WCAG contrast
Aa
#4fee00 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fee00 on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green93.3%
Blue0.0%
CMYK percentages
Cyan66.8%
Magenta0.0%
Yellow100.0%
Key (black)6.7%
Color previews
#4fee00 text on a black background
contrast 13.56:1
Card sample
#4fee00 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fee00;
Background color
Panel with #4fee00 background
background-color: #4fee00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fee00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 238, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 238, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fee00; background: linear-gradient(135deg, #4fee00, #00EE50);