Toolumina Extended Palette

Copy-ready color values

HEX#3ADF63
RGBrgb(58, 223, 99)
HSLhsl(135, 72%, 55%)
HSVhsv(135, 74%, 87%)
CMYK approx.cmyk(74, 0, 56, 13)

Color value table

FormatValueCopy
HEX#3ADF63
RGBrgb(58, 223, 99)
HSLhsl(135, 72%, 55%)
HSVhsv(135, 74%, 87%)
CMYK approx.cmyk(74, 0, 56, 13)
CSS keywordtoolumina-h135-s72-l55

Contrast and classification

LightLightness1.76:1Contrast with white11.92:1Contrast with blackGreen / TealColor family

Shade and tint preview

White 10%
#4EE273

White 30%
#75E992

White 70%
#C4F5D0

White 90%
#EBFCEF

Black 10%
#34C959

Black 30%
#299C45

Black 70%
#11431E

Black 90%
#06160A

Harmony palettes

Complementary

#C5209C
#D356B4

Analogous

#4EDF5E
#3AD072

Triadic

#DF633A
#633ADF

Split complementary

#CF48AE
#A21A80

Using Toolumina H135 S72 L55

Toolumina H135 S72 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-s72-l55: #3adf63;
}

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

$toolumina-h135-s72-l55: #3adf63;

// Tailwind arbitrary value
class="bg-[#3adf63] text-white"