#3fd33c
a balanced, vivid green · cool · closest name: lime
RGB
63, 211, 60
HSL
119°, 63%, 53%
CMYK
70, 0, 72, 17
Luminance
0.4797
Every format
| HEX | #3fd33c |
| RGB | rgb(63, 211, 60) |
| HSL | hsl(119, 63%, 53%) |
| CMYK | cmyk(70%, 0%, 72%, 17%) |
| LAB | lab(74.8 -66.2 60.3) |
| LCH | lch(74.8 89.5 137.7) |
| OKLCH | oklch(0.761 0.226 142.7) |
Copy-ready code
/* CSS */
color: #3fd33c;
background-color: #3fd33c;
/* Tailwind (arbitrary) */
class="text-[#3fd33c] bg-[#3fd33c]"
/* SCSS */
$brand: #3fd33c;
/* SwiftUI */
Color(red: 0.247, green: 0.827, blue: 0.235)
/* Android */
Color.parseColor("#3fd33c")Accessibility — WCAG contrast
Aa
#3fd33c on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fd33c on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green82.7%
Blue23.5%
CMYK percentages
Cyan70.1%
Magenta0.0%
Yellow71.6%
Key (black)17.3%
Color previews
#3fd33c text on a black background
contrast 10.59:1
Card sample
#3fd33c text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fd33c;
Background color
Panel with #3fd33c background
background-color: #3fd33c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fd33c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 211, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 211, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fd33c; background: linear-gradient(135deg, #3fd33c, #3CD39E);