Out of Left Field
#2ced2b
Here's everything about the color Out of Left Field (#2ced2b) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #2ced2b | |
|---|---|---|
| RGB | rgb(44, 237, 43) | |
| HSL | hsl(120, 84%, 55%) | |
| CMYK | cmyk(81%, 0%, 82%, 7%) | |
| LAB | lab(83, -72, 71) | |
| OKLCH | oklch(0.82 0.265 143) |
Color harmonies
Tints & shades
Code snippets
color: #2ced2b;
background-color: #2ced2b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF2CED2B)
/* Swift / UIKit */
UIColor(red: 0.17, green: 0.93, blue: 0.17, alpha: 1.0)