#26df2d
a balanced, vivid green · cool · closest name: lime
RGB
38, 223, 45
HSL
122°, 74%, 51%
CMYK
83, 0, 80, 13
Luminance
0.5338
Every format
| HEX | #26df2d |
| RGB | rgb(38, 223, 45) |
| HSL | hsl(122, 74%, 51%) |
| CMYK | cmyk(83%, 0%, 80%, 13%) |
| LAB | lab(78.1 -74.3 68.2) |
| LCH | lch(78.1 100.8 137.4) |
| OKLCH | oklch(0.787 0.252 143.0) |
Copy-ready code
/* CSS */
color: #26df2d;
background-color: #26df2d;
/* Tailwind (arbitrary) */
class="text-[#26df2d] bg-[#26df2d]"
/* SCSS */
$brand: #26df2d;
/* SwiftUI */
Color(red: 0.149, green: 0.875, blue: 0.176)
/* Android */
Color.parseColor("#26df2d")Accessibility — WCAG contrast
Aa
#26df2d on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#26df2d on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green87.5%
Blue17.6%
CMYK percentages
Cyan83.0%
Magenta0.0%
Yellow79.8%
Key (black)12.5%
Color previews
#26df2d text on a black background
contrast 11.68:1
Card sample
#26df2d text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #26df2d;
Background color
Panel with #26df2d background
background-color: #26df2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #26df2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 223, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 223, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #26df2d; background: linear-gradient(135deg, #26df2d, #26DFA8);