#4fba02
a dark, electric green · cool · closest name: green
RGB
79, 186, 2
HSL
95°, 98%, 37%
CMYK
58, 0, 99, 27
Luminance
0.3678
Every format
| HEX | #4fba02 |
| RGB | rgb(79, 186, 2) |
| HSL | hsl(95, 98%, 37%) |
| CMYK | cmyk(58%, 0%, 99%, 27%) |
| LAB | lab(67.1 -57.0 66.9) |
| LCH | lch(67.1 87.9 130.4) |
| OKLCH | oklch(0.698 0.214 137.7) |
Copy-ready code
/* CSS */
color: #4fba02;
background-color: #4fba02;
/* Tailwind (arbitrary) */
class="text-[#4fba02] bg-[#4fba02]"
/* SCSS */
$brand: #4fba02;
/* SwiftUI */
Color(red: 0.310, green: 0.729, blue: 0.008)
/* Android */
Color.parseColor("#4fba02")Accessibility — WCAG contrast
Aa
#4fba02 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fba02 on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green72.9%
Blue0.8%
CMYK percentages
Cyan57.5%
Magenta0.0%
Yellow98.9%
Key (black)27.1%
Color previews
#4fba02 text on a black background
contrast 8.36:1
Card sample
#4fba02 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fba02;
Background color
Panel with #4fba02 background
background-color: #4fba02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fba02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 186, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 186, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fba02; background: linear-gradient(135deg, #4fba02, #02BA30);