Toolumina Extended Palette

Copy-ready color values

HEX#51C851
RGBrgb(81, 200, 81)
HSLhsl(120, 52%, 55%)
HSVhsv(120, 60%, 78%)
CMYK approx.cmyk(60, 0, 60, 22)

Color value table

FormatValueCopy
HEX#51C851
RGBrgb(81, 200, 81)
HSLhsl(120, 52%, 55%)
HSVhsv(120, 60%, 78%)
CMYK approx.cmyk(60, 0, 60, 22)
CSS keywordtoolumina-h120-s52-l55

Contrast and classification

LightLightness2.16:1Contrast with white9.73:1Contrast with blackGreen / TealColor family

Shade and tint preview

White 10%
#62CE62

White 30%
#85D985

White 70%
#CBEFCB

White 90%
#EEFAEE

Black 10%
#49B449

Black 30%
#398C39

Black 70%
#183C18

Black 90%
#081408

Harmony palettes

Complementary

#AE37AE
#C167C1

Analogous

#5FC851
#51BA5F

Triadic

#C85151
#5151C8

Split complementary

#BD5BBD
#8F2D8F

Using Toolumina H120 S52 L55

Toolumina H120 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-h120-s52-l55: #51c851;
}

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

$toolumina-h120-s52-l55: #51c851;

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