#3fe032
a balanced, vivid green · cool · closest name: lime
RGB
63, 224, 50
HSL
116°, 74%, 54%
CMYK
72, 0, 78, 12
Luminance
0.5460
Every format
| HEX | #3fe032 |
| RGB | rgb(63, 224, 50) |
| HSL | hsl(116, 74%, 54%) |
| CMYK | cmyk(72%, 0%, 78%, 12%) |
| LAB | lab(78.8 -71.0 67.5) |
| LCH | lch(78.8 98.0 136.4) |
| OKLCH | oklch(0.794 0.245 142.0) |
Copy-ready code
/* CSS */
color: #3fe032;
background-color: #3fe032;
/* Tailwind (arbitrary) */
class="text-[#3fe032] bg-[#3fe032]"
/* SCSS */
$brand: #3fe032;
/* SwiftUI */
Color(red: 0.247, green: 0.878, blue: 0.196)
/* Android */
Color.parseColor("#3fe032")Accessibility — WCAG contrast
Aa
#3fe032 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fe032 on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green87.8%
Blue19.6%
CMYK percentages
Cyan71.9%
Magenta0.0%
Yellow77.7%
Key (black)12.2%
Color previews
#3fe032 text on a black background
contrast 11.92:1
Card sample
#3fe032 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fe032;
Background color
Panel with #3fe032 background
background-color: #3fe032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fe032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 224, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 224, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fe032; background: linear-gradient(135deg, #3fe032, #32E099);