Color: #06DB2D

#06DB2D Color Information

#06DB2D is a light color. The closest websafe version is #06DB2D. A complement of this color would be #DB06B4, perceived brightness is 0.53, and the grayscale version is #707070.

In the HSL color space, this color has a hue angle of 131°,a saturation of 95%, and a lightness of 44%.The HSV representation shows a hue of 131°, a saturation of 97%, and a value of 86%.

In a RGB color space, #06DB2D is composed of 2% red, 86% green and 18% blue. Whereas in a CMYK color space, it is composed of 97% cyan, 0% magenta, 79% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 50.98, x: 0.3170, and y: 0.5828.

Color Code #06DB2D

#06DB2Drgb(6, 219, 45)
HEX
#06DB2D
RGB
rgb(6, 219, 45)
HSL
hsl(131, 95%, 44%)
HSV
hsv(131, 97%, 86%)
CMYK
97%, 0%, 79%, 14%
XYZ
X: 27.73, Y: 50.98, Z: 8.76
Lab
L: 76.67, a: -69.39, b: 65.09
Name

Shades of Color #06DB2D

Shades are created by darkening the original color #06DB2D 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 #06DB2D

Tints are created by lightening the original color #06DB2D 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.

#06DB2Drgb(6, 219, 45)

About #06DB2D Color Code

In the HSL color space, this color has a hue angle of 131°, a saturation of 95%, and a lightness of 44%. The HSV representation shows a hue of 131°, a saturation of 97%, and a value of 86%.

  • HEX: #06DB2D
  • RGB: rgb(6, 219, 45)
  • HSL: hsl(131, 95%, 44%)
  • HSV: hsv(131, 97%, 86%)
  • CMYK: 97.00% cyan, 0.00% magenta, 79.00% yellow, 14.00% black
  • XYZ: 27.73, 50.98, 8.76
  • Yxy: 50.98, 0.3170, 0.5828
  • Hunter Lab: 76.67, -69.39, 65.09
  • CIE-Lab: 76.67, -69.39, 65.09

In the XYZ color space, this color is represented as X: 27.73, Y: 50.98, Z: 8.76. The Yxy representation further refines this as Y: 50.98, x: 0.3170, and y: 0.5828.

In the Hunter Lab color space, this color is represented as L: 76.67, a: -69.39, and b: 65.09. Similarly, in the CIE-Lab color space, it is represented as L: 76.67, a: -69.39, and b: 65.09.

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 #06DB2D

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

Analogous Colors of #06DB2D

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

Monochromatic Colors of #06DB2D

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

Complementary Color of #06DB2D

The complementary color of #06DB2D 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 #06DB2D

/* Using HEX */
body {
  background-color: #06db2d;
}
/* Using RGB */
body {
  background-color: rgb(6, 219, 45);
}
/* Using RGB with opacity */
body {
  background-color: rgba(6, 219, 45, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(131, 95%, 44%);
}
/* Text color */
p {
  color: #06db2d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #06db2d;
}
/* Border color */
.box {
  border: 4px solid #06db2d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #06db2d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #06db2d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#06DB2D
On Black Background
#06DB2D
On White Background
#06DB2D

HTML Examples of #06DB2D

<!-- Using HEX -->
<div style="background-color: #06db2d; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(6, 219, 45); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(6, 219, 45, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(131, 95%, 44%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #06db2d;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #06db2d; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #06db2d; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #06db2d;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #06db2d; color: #fff; padding: 16px; border-radius: 8px;">
  #06DB2D
</div>
#06DB2D
On Black Background
#06DB2D
On White Background
#06DB2D

Related Colors of #06DB2D

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