#1be621
a balanced, electric green · cool · closest name: lime
RGB
27, 230, 33
HSL
122°, 80%, 50%
CMYK
88, 0, 86, 10
Luminance
0.5694
Every format
| HEX | #1be621 |
| RGB | rgb(27, 230, 33) |
| HSL | hsl(122, 80%, 50%) |
| CMYK | cmyk(88%, 0%, 86%, 10%) |
| LAB | lab(80.1 -77.7 72.9) |
| LCH | lch(80.1 106.5 136.8) |
| OKLCH | oklch(0.804 0.265 142.8) |
Copy-ready code
/* CSS */
color: #1be621;
background-color: #1be621;
/* Tailwind (arbitrary) */
class="text-[#1be621] bg-[#1be621]"
/* SCSS */
$brand: #1be621;
/* SwiftUI */
Color(red: 0.106, green: 0.902, blue: 0.129)
/* Android */
Color.parseColor("#1be621")Accessibility — WCAG contrast
Aa
#1be621 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1be621 on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green90.2%
Blue12.9%
CMYK percentages
Cyan88.3%
Magenta0.0%
Yellow85.7%
Key (black)9.8%
Color previews
#1be621 text on a black background
contrast 12.39:1
Card sample
#1be621 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1be621;
Background color
Panel with #1be621 background
background-color: #1be621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1be621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 230, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 230, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1be621; background: linear-gradient(135deg, #1be621, #1BE6A8);