#27e927
a balanced, electric green · cool · closest name: lime
RGB
39, 233, 39
HSL
120°, 82%, 53%
CMYK
83, 0, 83, 9
Luminance
0.5886
Every format
| HEX | #27e927 |
| RGB | rgb(39, 233, 39) |
| HSL | hsl(120, 82%, 53%) |
| CMYK | cmyk(83%, 0%, 83%, 9%) |
| LAB | lab(81.2 -77.3 72.6) |
| LCH | lch(81.2 106.0 136.8) |
| OKLCH | oklch(0.813 0.264 142.7) |
Copy-ready code
/* CSS */
color: #27e927;
background-color: #27e927;
/* Tailwind (arbitrary) */
class="text-[#27e927] bg-[#27e927]"
/* SCSS */
$brand: #27e927;
/* SwiftUI */
Color(red: 0.153, green: 0.914, blue: 0.153)
/* Android */
Color.parseColor("#27e927")Accessibility — WCAG contrast
Aa
#27e927 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#27e927 on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green91.4%
Blue15.3%
CMYK percentages
Cyan83.3%
Magenta0.0%
Yellow83.3%
Key (black)8.6%
Color previews
#27e927 text on a black background
contrast 12.77:1
Card sample
#27e927 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #27e927;
Background color
Panel with #27e927 background
background-color: #27e927;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #27e927;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 233, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 233, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #27e927; background: linear-gradient(135deg, #27e927, #27E9A8);