Toolumina Extended Palette

Copy-ready color values

HEX#73E873
RGBrgb(115, 232, 115)
HSLhsl(120, 72%, 68%)
HSVhsv(120, 50%, 91%)
CMYK approx.cmyk(50, 0, 50, 9)

Color value table

FormatValueCopy
HEX#73E873
RGBrgb(115, 232, 115)
HSLhsl(120, 72%, 68%)
HSVhsv(120, 50%, 91%)
CMYK approx.cmyk(50, 0, 50, 9)
CSS keywordtoolumina-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
#A84FA8

Analogous

#81E873
#73DA81

Triadic

#E87373
#7373E8

Split complementary

#A141A1
#731373

Using 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"