Flora
#73fa79
Flora is a color with the hex code #73fa79. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #73fa79 | |
|---|---|---|
| RGB | rgb(115, 250, 121) | |
| HSL | hsl(123, 93%, 72%) | |
| CMYK | cmyk(54%, 0%, 52%, 2%) | |
| LAB | lab(89, -58, 50) | |
| OKLCH | oklch(0.88 0.208 144) |
Color harmonies
Tints & shades
Code snippets
color: #73fa79;
background-color: #73fa79;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF73FA79)
/* Swift / UIKit */
UIColor(red: 0.45, green: 0.98, blue: 0.47, alpha: 1.0)