Electric Laser Lime
#26ff2a
Electric Laser Lime, represented by the hex value #26ff2a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #26ff2a | |
|---|---|---|
| RGB | rgb(38, 255, 42) | |
| HSL | hsl(121, 100%, 57%) | |
| CMYK | cmyk(85%, 0%, 84%, 0%) | |
| LAB | lab(88, -77, 76) | |
| OKLCH | oklch(0.87 0.284 143) |
Color harmonies
Tints & shades
Code snippets
color: #26ff2a;
background-color: #26ff2a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF26FF2A)
/* Swift / UIKit */
UIColor(red: 0.15, green: 1.00, blue: 0.16, alpha: 1.0)