Radiant Hulk
#10f144
Looking for the precise values behind Radiant Hulk (#10f144)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #10f144 | |
|---|---|---|
| RGB | rgb(16, 241, 68) | |
| HSL | hsl(134, 89%, 50%) | |
| CMYK | cmyk(93%, 0%, 72%, 5%) | |
| LAB | lab(84, -73, 65) | |
| OKLCH | oklch(0.83 0.261 145) |
Color harmonies
Tints & shades
Code snippets
color: #10f144;
background-color: #10f144;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF10F144)
/* Swift / UIKit */
UIColor(red: 0.06, green: 0.95, blue: 0.27, alpha: 1.0)