Toolumina Extended Palette
Copy-ready color values
HEX
#73E873RGB
rgb(115, 232, 115)HSL
hsl(120, 72%, 68%)HSV
hsv(120, 50%, 91%)CMYK approx.
cmyk(50, 0, 50, 9)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #73E873 | |
| RGB | rgb(115, 232, 115) | |
| HSL | hsl(120, 72%, 68%) | |
| HSV | hsv(120, 50%, 91%) | |
| CMYK approx. | cmyk(50, 0, 50, 9) | |
| CSS keyword | toolumina-h120-s72-l68 |
Contrast and classification
LightLightness1.55:1Contrast with white13.52:1Contrast with blackGreen / TealColor family
Shade and tint preview
White 10%#81EA81
White 30%#9DEF9D
White 70%#D5F8D5
White 90%#F1FDF1
Black 10%#68D168
Black 30%#51A251
Black 70%#234623
Black 90%#0C170C
Harmony palettes
Complementary
#8C178C#A84FA8Analogous
#81E873#73DA81Triadic
#E87373#7373E8Split complementary
#A141A1#731373Using Toolumina H120 S72 L68
Toolumina H120 S72 L68 works best when it is chosen with contrast, surrounding colors, and interface state in mind. Use the HEX value for static CSS, RGB when you need channel-level control, and HSL when adjusting lightness or saturation for hover states. The CMYK value is an approximate screen-to-print conversion, so print workflows should still rely on calibrated design software or a printer profile.
CSS, SCSS, and Tailwind examples
:root {
--color-toolumina-h120-s72-l68: #73e873;
}
.button-primary {
background: var(--color-toolumina-h120-s72-l68);
color: #000000;
}
$toolumina-h120-s72-l68: #73e873;
// Tailwind arbitrary value
class="bg-[#73e873] text-white"