Toolumina Extended Palette
Copy-ready color values
HEX
#1EB86BRGB
rgb(30, 184, 107)HSL
hsl(150, 72%, 42%)HSV
hsv(150, 84%, 72%)CMYK approx.
cmyk(84, 0, 42, 28)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #1EB86B | |
| RGB | rgb(30, 184, 107) | |
| HSL | hsl(150, 72%, 42%) | |
| HSV | hsv(150, 84%, 72%) | |
| CMYK approx. | cmyk(84, 0, 42, 28) | |
| CSS keyword | toolumina-h150-s72-l42 |
Contrast and classification
DarkLightness2.59:1Contrast with white8.12:1Contrast with blackGreen / TealColor family
Shade and tint preview
White 10%#35BF7A
White 30%#62CD97
White 70%#BCEAD3
White 90%#E9F8F0
Black 10%#1BA660
Black 30%#15814B
Black 70%#093720
Black 90%#03120B
Harmony palettes
Complementary
#E14794#E873AEAnalogous
#30B862#1EAF74Triadic
#B86B1E#6B1EB8Split complementary
#E668A7#B93A79Using Toolumina H150 S72 L42
Toolumina H150 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-h150-s72-l42: #1eb86b;
}
.button-primary {
background: var(--color-toolumina-h150-s72-l42);
color: #000000;
}
$toolumina-h150-s72-l42: #1eb86b;
// Tailwind arbitrary value
class="bg-[#1eb86b] text-white"