#33ff62
a balanced, electric green · cool · closest name: lime
RGB
51, 255, 98
HSL
134°, 100%, 60%
CMYK
80, 0, 62, 0
Luminance
0.7311
Every format
| HEX | #33ff62 |
| RGB | rgb(51, 255, 98) |
| HSL | hsl(134, 100%, 60%) |
| CMYK | cmyk(80%, 0%, 62%, 0%) |
| LAB | lab(88.5 -77.8 60.0) |
| LCH | lch(88.5 98.3 142.4) |
| OKLCH | oklch(0.875 0.252 146.1) |
Copy-ready code
/* CSS */
color: #33ff62;
background-color: #33ff62;
/* Tailwind (arbitrary) */
class="text-[#33ff62] bg-[#33ff62]"
/* SCSS */
$brand: #33ff62;
/* SwiftUI */
Color(red: 0.200, green: 1.000, blue: 0.384)
/* Android */
Color.parseColor("#33ff62")Accessibility — WCAG contrast
Aa
#33ff62 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33ff62 on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green100.0%
Blue38.4%
CMYK percentages
Cyan80.0%
Magenta0.0%
Yellow61.6%
Key (black)0.0%
Color previews
#33ff62 text on a black background
contrast 15.62:1
Card sample
#33ff62 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33ff62;
Background color
Panel with #33ff62 background
background-color: #33ff62;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33ff62;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 255, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 255, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33ff62; background: linear-gradient(135deg, #33ff62, #33FFEA);