#33f034
a balanced, electric green · cool · closest name: lime
RGB
51, 240, 52
HSL
120°, 86%, 57%
CMYK
79, 0, 78, 6
Luminance
0.6327
Every format
| HEX | #33f034 |
| RGB | rgb(51, 240, 52) |
| HSL | hsl(120, 86%, 57%) |
| CMYK | cmyk(79%, 0%, 78%, 6%) |
| LAB | lab(83.6 -77.3 71.4) |
| LCH | lch(83.6 105.3 137.3) |
| OKLCH | oklch(0.833 0.263 142.8) |
Copy-ready code
/* CSS */
color: #33f034;
background-color: #33f034;
/* Tailwind (arbitrary) */
class="text-[#33f034] bg-[#33f034]"
/* SCSS */
$brand: #33f034;
/* SwiftUI */
Color(red: 0.200, green: 0.941, blue: 0.204)
/* Android */
Color.parseColor("#33f034")Accessibility — WCAG contrast
Aa
#33f034 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33f034 on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green94.1%
Blue20.4%
CMYK percentages
Cyan78.8%
Magenta0.0%
Yellow78.3%
Key (black)5.9%
Color previews
#33f034 text on a black background
contrast 13.65:1
Card sample
#33f034 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33f034;
Background color
Panel with #33f034 background
background-color: #33f034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33f034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 240, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 240, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33f034; background: linear-gradient(135deg, #33f034, #33F0B2);