Color: #02D77B

#02D77B Color Information

#02D77B is a light color. The closest websafe version is #02D77B. A complement of this color would be #D9025F, perceived brightness is 0.55, and the grayscale version is #6D6D6D.

In the HSL color space, this color has a hue angle of 154°,a saturation of 98%, and a lightness of 43%.The HSV representation shows a hue of 154°, a saturation of 100%, and a value of 100%.

In a RGB color space, #02D77B is composed of 1% red, 84% green and 48% blue. Whereas in a CMYK color space, it is composed of 99% cyan, 0% magenta, 43% yellow and 16% black.

In the Yxy color space, this color is represented as Y: 49.93, x: 0.2911, and y: 0.5008.

Color Code #02D77B

HEX
#02D77B
RGB
rgb(2, 215, 123)
HSL
hsl(154, 98%, 43%)
HSV
hsv(154, 99%, 84%)
CMYK
99%, 0%, 43%, 16%
XYZ
X: 29.03, Y: 49.93, Z: 20.75
Lab
L: 76.03, a: -61.56, b: 32.44
Name

Shades of Color #02D77B

Shades are created by darkening the original color #02D77B in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #02D77B

Tints are created by lightening the original color #02D77B in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

About #02D77B Color Code

In the HSL color space, this color has a hue angle of 154°, a saturation of 98%, and a lightness of 43%. The HSV representation shows a hue of 154°, a saturation of 99%, and a value of 84%.

  • HEX: #02D77B
  • RGB: rgb(2, 215, 123)
  • HSL: hsl(154, 98%, 43%)
  • HSV: hsv(154, 99%, 84%)
  • CMYK: 99.00% cyan, 0.00% magenta, 43.00% yellow, 16.00% black
  • XYZ: 29.03, 49.93, 20.75
  • Yxy: 49.93, 0.2911, 0.5008
  • Hunter Lab: 76.03, -61.56, 32.44
  • CIE-Lab: 76.03, -61.56, 32.44

In the XYZ color space, this color is represented as X: 29.03, Y: 49.93, Z: 20.75. The Yxy representation further refines this as Y: 49.93, x: 0.2911, and y: 0.5008.

In the Hunter Lab color space, this color is represented as L: 76.03, a: -61.56, and b: 32.44. Similarly, in the CIE-Lab color space, it is represented as L: 76.03, a: -61.56, and b: 32.44.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #02D77B

Triadic colors are three colors evenly spaced around the color wheel, including #02D77B. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #02D77B

Analogous colors are adjacent to #02D77B on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #02D77B

Monochromatic colors are variations of #02D77B, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #02D77B

The complementary color of #02D77B is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #02D77B

/* Using HEX */
body {
  background-color: #02d77b;
}
/* Using RGB */
body {
  background-color: rgb(2, 215, 123);
}
/* Using RGB with opacity */
body {
  background-color: rgba(2, 215, 123, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(154, 98%, 43%);
}
/* Text color */
p {
  color: #02d77b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #02d77b;
}

HTML Examples of #02D77B

<!-- Using HEX -->
<div style="background-color: #02d77b; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(2, 215, 123); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(2, 215, 123, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(154, 98%, 43%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #02d77b;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #02d77b; width: 100px; height: 100px;"></div>

Related Colors of #02D77B

These colors are similar to #02D77B, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.