#4fdb2b
a balanced, vivid green · cool · closest name: lime
RGB
79, 219, 43
HSL
108°, 71%, 51%
CMYK
64, 0, 80, 14
Luminance
0.5250
Every format
| HEX | #4fdb2b |
| RGB | rgb(79, 219, 43) |
| HSL | hsl(108, 71%, 51%) |
| CMYK | cmyk(64%, 0%, 80%, 14%) |
| LAB | lab(77.6 -66.8 68.5) |
| LCH | lch(77.6 95.7 134.3) |
| OKLCH | oklch(0.785 0.238 140.4) |
Copy-ready code
/* CSS */
color: #4fdb2b;
background-color: #4fdb2b;
/* Tailwind (arbitrary) */
class="text-[#4fdb2b] bg-[#4fdb2b]"
/* SCSS */
$brand: #4fdb2b;
/* SwiftUI */
Color(red: 0.310, green: 0.859, blue: 0.169)
/* Android */
Color.parseColor("#4fdb2b")Accessibility — WCAG contrast
Aa
#4fdb2b on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fdb2b on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green85.9%
Blue16.9%
CMYK percentages
Cyan63.9%
Magenta0.0%
Yellow80.4%
Key (black)14.1%
Color previews
#4fdb2b text on a black background
contrast 11.50:1
Card sample
#4fdb2b text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fdb2b;
Background color
Panel with #4fdb2b background
background-color: #4fdb2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fdb2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 219, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 219, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fdb2b; background: linear-gradient(135deg, #4fdb2b, #2BDB7C);