Toolumina Extended Palette

Copy-ready color values

HEX#1EB81E
RGBrgb(30, 184, 30)
HSLhsl(120, 72%, 42%)
HSVhsv(120, 84%, 72%)
CMYK approx.cmyk(84, 0, 84, 28)

Color value table

FormatValueCopy
HEX#1EB81E
RGBrgb(30, 184, 30)
HSLhsl(120, 72%, 42%)
HSVhsv(120, 84%, 72%)
CMYK approx.cmyk(84, 0, 84, 28)
CSS keywordtoolumina-h120-s72-l42

Contrast and classification

DarkLightness2.65:1Contrast with white7.93:1Contrast with blackGreen / TealColor family

Shade and tint preview

White 10%
#35BF35

White 30%
#62CD62

White 70%
#BCEABC

White 90%
#E9F8E9

Black 10%
#1BA61B

Black 30%
#158115

Black 70%
#093709

Black 90%
#031203

Harmony palettes

Complementary

#E147E1
#E873E8

Analogous

#30B81E
#1EA630

Triadic

#B81E1E
#1E1EB8

Split complementary

#E668E6
#B93AB9

Using Toolumina H120 S72 L42

Toolumina H120 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-h120-s72-l42: #1eb81e;
}

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

$toolumina-h120-s72-l42: #1eb81e;

// Tailwind arbitrary value
class="bg-[#1eb81e] text-white"