#3fc034
a balanced, vivid green · cool · closest name: forestgreen
RGB
63, 192, 52
HSL
115°, 57%, 48%
CMYK
67, 0, 73, 25
Luminance
0.3900
Every format
| HEX | #3fc034 |
| RGB | rgb(63, 192, 52) |
| HSL | hsl(115, 57%, 48%) |
| CMYK | cmyk(67%, 0%, 73%, 25%) |
| LAB | lab(68.8 -60.6 57.0) |
| LCH | lch(68.8 83.2 136.8) |
| OKLCH | oklch(0.711 0.209 142.0) |
Copy-ready code
/* CSS */
color: #3fc034;
background-color: #3fc034;
/* Tailwind (arbitrary) */
class="text-[#3fc034] bg-[#3fc034]"
/* SCSS */
$brand: #3fc034;
/* SwiftUI */
Color(red: 0.247, green: 0.753, blue: 0.204)
/* Android */
Color.parseColor("#3fc034")Accessibility — WCAG contrast
Aa
#3fc034 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fc034 on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green75.3%
Blue20.4%
CMYK percentages
Cyan67.2%
Magenta0.0%
Yellow72.9%
Key (black)24.7%
Color previews
#3fc034 text on a black background
contrast 8.80:1
Card sample
#3fc034 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fc034;
Background color
Panel with #3fc034 background
background-color: #3fc034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fc034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 192, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 192, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fc034; background: linear-gradient(135deg, #3fc034, #34C086);