#3fba02
a dark, electric green · cool · closest name: green
RGB
63, 186, 2
HSL
100°, 98%, 37%
CMYK
66, 0, 99, 27
Luminance
0.3618
Every format
| HEX | #3fba02 |
| RGB | rgb(63, 186, 2) |
| HSL | hsl(100, 98%, 37%) |
| CMYK | cmyk(66%, 0%, 99%, 27%) |
| LAB | lab(66.7 -60.8 66.4) |
| LCH | lch(66.7 90.0 132.5) |
| OKLCH | oklch(0.693 0.220 139.5) |
Copy-ready code
/* CSS */
color: #3fba02;
background-color: #3fba02;
/* Tailwind (arbitrary) */
class="text-[#3fba02] bg-[#3fba02]"
/* SCSS */
$brand: #3fba02;
/* SwiftUI */
Color(red: 0.247, green: 0.729, blue: 0.008)
/* Android */
Color.parseColor("#3fba02")Accessibility — WCAG contrast
Aa
#3fba02 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fba02 on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green72.9%
Blue0.8%
CMYK percentages
Cyan66.1%
Magenta0.0%
Yellow98.9%
Key (black)27.1%
Color previews
#3fba02 text on a black background
contrast 8.24:1
Card sample
#3fba02 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fba02;
Background color
Panel with #3fba02 background
background-color: #3fba02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fba02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 186, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 186, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fba02; background: linear-gradient(135deg, #3fba02, #02BA40);