#1be20c
a balanced, electric green · cool · closest name: lime
RGB
27, 226, 12
HSL
116°, 90%, 47%
CMYK
88, 0, 95, 11
Luminance
0.5465
Every format
| HEX | #1be20c |
| RGB | rgb(27, 226, 12) |
| HSL | hsl(116, 90%, 47%) |
| CMYK | cmyk(88%, 0%, 95%, 11%) |
| LAB | lab(78.8 -77.2 75.0) |
| LCH | lch(78.8 107.7 135.8) |
| OKLCH | oklch(0.793 0.266 142.2) |
Copy-ready code
/* CSS */
color: #1be20c;
background-color: #1be20c;
/* Tailwind (arbitrary) */
class="text-[#1be20c] bg-[#1be20c]"
/* SCSS */
$brand: #1be20c;
/* SwiftUI */
Color(red: 0.106, green: 0.886, blue: 0.047)
/* Android */
Color.parseColor("#1be20c")Accessibility — WCAG contrast
Aa
#1be20c on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1be20c on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green88.6%
Blue4.7%
CMYK percentages
Cyan88.1%
Magenta0.0%
Yellow94.7%
Key (black)11.4%
Color previews
#1be20c text on a black background
contrast 11.93:1
Card sample
#1be20c text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1be20c;
Background color
Panel with #1be20c background
background-color: #1be20c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1be20c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 226, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 226, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1be20c; background: linear-gradient(135deg, #1be20c, #0CE28C);