Toolumina Extended Palette
Copy-ready color values
HEX
#1EB81ERGB
rgb(30, 184, 30)HSL
hsl(120, 72%, 42%)HSV
hsv(120, 84%, 72%)CMYK approx.
cmyk(84, 0, 84, 28)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #1EB81E | |
| RGB | rgb(30, 184, 30) | |
| HSL | hsl(120, 72%, 42%) | |
| HSV | hsv(120, 84%, 72%) | |
| CMYK approx. | cmyk(84, 0, 84, 28) | |
| CSS keyword | toolumina-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#E873E8Analogous
#30B81E#1EA630Triadic
#B81E1E#1E1EB8Split complementary
#E668E6#B93AB9Using 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"