Color Companion

Hex to RGB

The simplest conversion, plus every other format at the same time.

#22c55e

A light, moderately saturated green. Closest CSS name: `limegreen`.

Hex
#22c55e
RGB
rgb(34 197 94)
HSL
hsl(142.1 70.6% 45.3%)
OKLCH
oklch(0.723 0.192 149.6)
CMYK
cmyk(82.74% 0% 52.28% 22.75%)
Nearest name
limegreen

Readable text

White text

2.28:1

Black text

9.22:1

Use black text. Passes AA for normal text: yes · AAA: yes · AA for large text: yes

Worth knowing

  • Worth knowing

    9 derived colours are outside sRGB

    Rotating hue at this chroma produces colours a normal screen cannot display, so they have been clipped to the nearest sRGB colour. The hex values shown are therefore not exactly what the maths asked for, and the harmony will look slightly less even than it should.

    Fix: Lower the chroma of the input colour before deriving harmonies, or accept the clipped values as an approximation.

  • Note

    CMYK here is a naive conversion

    CMYK has no fixed meaning without an output profile — the same numbers print differently on different presses and papers. The value shown is the standard arithmetic conversion, not a colour-managed one.

    Fix: For print work, convert in software with the press profile applied.

Complementary — the opposite hue

  • complementary

    #e572de

Analogous — neighbouring hues

  • analogous −30°

    #98b500

    clipped to sRGB

  • analogous +30°

    #00caa9

    clipped to sRGB

Triadic — evenly spaced

  • triadic +120°

    #779aff

    clipped to sRGB

  • triadic +240°

    #ff6c59

    clipped to sRGB

Split-complementary — softer opposites

  • split-complementary +150°

    #b984ff

    clipped to sRGB

  • split-complementary +210°

    #ff68a1

    clipped to sRGB

Monochromatic — one hue, five lightnesses

  • lightness 0.25

    #003400

    clipped to sRGB

  • lightness 0.4

    #006000

    clipped to sRGB

  • lightness 0.55

    #008e26

    clipped to sRGB

  • lightness 0.7

    #0ebe57

  • lightness 0.85

    #5def86

Try your own colour

Paste one on the home page — you can also pick a colour straight out of a photo there. This page is available as markdown.

Related examples