Toolumina Extended Palette
Copy-ready color values
HEX
#1EB845RGB
rgb(30, 184, 69)HSL
hsl(135, 72%, 42%)HSV
hsv(135, 84%, 72%)CMYK approx.
cmyk(84, 0, 63, 28)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #1EB845 | |
| RGB | rgb(30, 184, 69) | |
| HSL | hsl(135, 72%, 42%) | |
| HSV | hsv(135, 84%, 72%) | |
| CMYK approx. | cmyk(84, 0, 63, 28) | |
| CSS keyword | toolumina-h135-s72-l42 |
Contrast and classification
DarkLightness2.63:1Contrast with white8.00:1Contrast with blackGreen / TealColor family
Shade and tint preview
White 10%#35BF58
White 30%#62CD7D
White 70%#BCEAC7
White 90%#E9F8EC
Black 10%#1BA63E
Black 30%#158130
Black 70%#093715
Black 90%#031207
Harmony palettes
Complementary
#E147BA#E873CBAnalogous
#30B840#1EAA53Triadic
#B8451E#451EB8Split complementary
#E668C6#B93A99Using Toolumina H135 S72 L42
Toolumina H135 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-h135-s72-l42: #1eb845;
}
.button-primary {
background: var(--color-toolumina-h135-s72-l42);
color: #000000;
}
$toolumina-h135-s72-l42: #1eb845;
// Tailwind arbitrary value
class="bg-[#1eb845] text-white"