Toolumina Extended Palette

Copy-ready color values

HEX#4FA333
RGBrgb(79, 163, 51)
HSLhsl(105, 52%, 42%)
HSVhsv(105, 69%, 64%)
CMYK approx.cmyk(52, 0, 69, 36)

Color value table

FormatValueCopy
HEX#4FA333
RGBrgb(79, 163, 51)
HSLhsl(105, 52%, 42%)
HSVhsv(105, 69%, 64%)
CMYK approx.cmyk(52, 0, 69, 36)
CSS keywordtoolumina-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
#C383D8

Analogous

#59A336
#4F9640

Triadic

#A3334F
#334FA3

Split complementary

#BE79D5
#904BA7

Using 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"