Toolumina Extended Palette

Copy-ready color values

HEX#51C86E
RGBrgb(81, 200, 110)
HSLhsl(135, 52%, 55%)
HSVhsv(135, 60%, 78%)
CMYK approx.cmyk(60, 0, 45, 22)

Color value table

FormatValueCopy
HEX#51C86E
RGBrgb(81, 200, 110)
HSLhsl(135, 52%, 55%)
HSVhsv(135, 60%, 78%)
CMYK approx.cmyk(60, 0, 45, 22)
CSS keywordtoolumina-h135-s52-l55

Contrast and classification

LightLightness2.13:1Contrast with white9.84:1Contrast with blackGreen / TealColor family

Shade and tint preview

White 10%
#62CE7D

White 30%
#85D99A

White 70%
#CBEFD4

White 90%
#EEFAF1

Black 10%
#49B463

Black 30%
#398C4D

Black 70%
#183C21

Black 90%
#08140B

Harmony palettes

Complementary

#AE3791
#C167AB

Analogous

#5FC86B
#51BD79

Triadic

#C86E51
#6E51C8

Split complementary

#BD5BA5
#8F2D77

Using Toolumina H135 S52 L55

Toolumina H135 S52 L55 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-s52-l55: #51c86e;
}

.button-primary {
  background: var(--color-toolumina-h135-s52-l55);
  color: #000000;
}

$toolumina-h135-s52-l55: #51c86e;

// Tailwind arbitrary value
class="bg-[#51c86e] text-white"