Toolumina Extended Palette

Copy-ready color values

HEX#45B81E
RGBrgb(69, 184, 30)
HSLhsl(105, 72%, 42%)
HSVhsv(105, 84%, 72%)
CMYK approx.cmyk(63, 0, 84, 28)

Color value table

FormatValueCopy
HEX#45B81E
RGBrgb(69, 184, 30)
HSLhsl(105, 72%, 42%)
HSVhsv(105, 84%, 72%)
CMYK approx.cmyk(63, 0, 84, 28)
CSS keywordtoolumina-h105-s72-l42

Contrast and classification

DarkLightness2.58:1Contrast with white8.13:1Contrast with blackYellow / GreenColor family

Shade and tint preview

White 10%
#58BF35

White 30%
#7DCD62

White 70%
#C7EABC

White 90%
#ECF8E9

Black 10%
#3EA61B

Black 30%
#308115

Black 70%
#153709

Black 90%
#071203

Harmony palettes

Complementary

#BA47E1
#CB73E8

Analogous

#53B823
#45A630

Triadic

#B81E45
#1E45B8

Split complementary

#C668E6
#993AB9

Using Toolumina H105 S72 L42

Toolumina H105 S72 L42 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-l42: #45b81e;
}

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

$toolumina-h105-s72-l42: #45b81e;

// Tailwind arbitrary value
class="bg-[#45b81e] text-white"