#36ea30
a balanced, electric green · cool · closest name: lime
RGB
54, 234, 48
HSL
118°, 82%, 55%
CMYK
77, 0, 80, 8
Luminance
0.5984
Every format
| HEX | #36ea30 |
| RGB | rgb(54, 234, 48) |
| HSL | hsl(118, 82%, 55%) |
| CMYK | cmyk(77%, 0%, 80%, 8%) |
| LAB | lab(81.8 -75.4 70.8) |
| LCH | lch(81.8 103.5 136.8) |
| OKLCH | oklch(0.818 0.259 142.5) |
Copy-ready code
/* CSS */
color: #36ea30;
background-color: #36ea30;
/* Tailwind (arbitrary) */
class="text-[#36ea30] bg-[#36ea30]"
/* SCSS */
$brand: #36ea30;
/* SwiftUI */
Color(red: 0.212, green: 0.918, blue: 0.188)
/* Android */
Color.parseColor("#36ea30")Accessibility — WCAG contrast
Aa
#36ea30 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#36ea30 on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green91.8%
Blue18.8%
CMYK percentages
Cyan76.9%
Magenta0.0%
Yellow79.5%
Key (black)8.2%
Color previews
#36ea30 text on a black background
contrast 12.97:1
Card sample
#36ea30 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36ea30;
Background color
Panel with #36ea30 background
background-color: #36ea30;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36ea30;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 234, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 234, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36ea30; background: linear-gradient(135deg, #36ea30, #30EAA6);