Toolumina Extended Palette

Copy-ready color values

HEX#63DF3A
RGBrgb(99, 223, 58)
HSLhsl(105, 72%, 55%)
HSVhsv(105, 74%, 87%)
CMYK approx.cmyk(56, 0, 74, 13)

Color value table

FormatValueCopy
HEX#63DF3A
RGBrgb(99, 223, 58)
HSLhsl(105, 72%, 55%)
HSVhsv(105, 74%, 87%)
CMYK approx.cmyk(56, 0, 74, 13)
CSS keywordtoolumina-h105-s72-l55

Contrast and classification

LightLightness1.73:1Contrast with white12.15:1Contrast with blackYellow / GreenColor family

Shade and tint preview

White 10%
#73E24E

White 30%
#92E975

White 70%
#D0F5C4

White 90%
#EFFCEB

Black 10%
#59C934

Black 30%
#459C29

Black 70%
#1E4311

Black 90%
#0A1606

Harmony palettes

Complementary

#9C20C5
#B456D3

Analogous

#72DF3F
#63CB4E

Triadic

#DF3A63
#3A63DF

Split complementary

#AE48CF
#801AA2

Using Toolumina H105 S72 L55

Toolumina H105 S72 L55 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-h105-s72-l55: #63df3a;
}

.button-primary {
  background: var(--color-toolumina-h105-s72-l55);
  color: #000000;
}

$toolumina-h105-s72-l55: #63df3a;

// Tailwind arbitrary value
class="bg-[#63df3a] text-white"