Toolumina Extended Palette
Copy-ready color values
HEX
#4FA333RGB
rgb(79, 163, 51)HSL
hsl(105, 52%, 42%)HSV
hsv(105, 69%, 64%)CMYK approx.
cmyk(52, 0, 69, 36)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #4FA333 | |
| RGB | rgb(79, 163, 51) | |
| HSL | hsl(105, 52%, 42%) | |
| HSV | hsv(105, 69%, 64%) | |
| CMYK approx. | cmyk(52, 0, 69, 36) | |
| CSS keyword | toolumina-h105-s52-l42 |
Contrast and classification
DarkLightness3.17:1Contrast with white6.62:1Contrast with blackYellow / GreenColor family
Shade and tint preview
White 10%#61AC47
White 30%#84BF70
White 70%#CAE3C2
White 90%#EDF6EB
Black 10%#47932E
Black 30%#377224
Black 70%#18310F
Black 90%#081005
Harmony palettes
Complementary
#B05CCC#C383D8Analogous
#59A336#4F9640Triadic
#A3334F#334FA3Split complementary
#BE79D5#904BA7Using Toolumina H105 S52 L42
Toolumina H105 S52 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-s52-l42: #4fa333;
}
.button-primary {
background: var(--color-toolumina-h105-s52-l42);
color: #000000;
}
$toolumina-h105-s52-l42: #4fa333;
// Tailwind arbitrary value
class="bg-[#4fa333] text-white"