The Matrix
#70f15e
Here's everything about the color The Matrix (#70f15e) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #70f15e | |
|---|---|---|
| RGB | rgb(112, 241, 94) | |
| HSL | hsl(113, 84%, 66%) | |
| CMYK | cmyk(54%, 0%, 61%, 5%) | |
| LAB | lab(86, -58, 58) | |
| OKLCH | oklch(0.85 0.219 141) |
Color harmonies
Tints & shades
Code snippets
color: #70f15e;
background-color: #70f15e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF70F15E)
/* Swift / UIKit */
UIColor(red: 0.44, green: 0.95, blue: 0.37, alpha: 1.0)