#33cd4d
a balanced, vivid green · cool · closest name: forestgreen
RGB
51, 205, 77
HSL
130°, 61%, 50%
CMYK
75, 0, 62, 20
Luminance
0.4490
Every format
| HEX | #33cd4d |
| RGB | rgb(51, 205, 77) |
| HSL | hsl(130, 61%, 50%) |
| CMYK | cmyk(75%, 0%, 62%, 20%) |
| LAB | lab(72.8 -64.5 51.3) |
| LCH | lch(72.8 82.4 141.5) |
| OKLCH | oklch(0.744 0.211 145.4) |
Copy-ready code
/* CSS */
color: #33cd4d;
background-color: #33cd4d;
/* Tailwind (arbitrary) */
class="text-[#33cd4d] bg-[#33cd4d]"
/* SCSS */
$brand: #33cd4d;
/* SwiftUI */
Color(red: 0.200, green: 0.804, blue: 0.302)
/* Android */
Color.parseColor("#33cd4d")Accessibility — WCAG contrast
Aa
#33cd4d on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33cd4d on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green80.4%
Blue30.2%
CMYK percentages
Cyan75.1%
Magenta0.0%
Yellow62.4%
Key (black)19.6%
Color previews
#33cd4d text on a black background
contrast 9.98:1
Card sample
#33cd4d text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33cd4d;
Background color
Panel with #33cd4d background
background-color: #33cd4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33cd4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 205, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 205, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33cd4d; background: linear-gradient(135deg, #33cd4d, #33CDB4);