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