Color: #ABD30F

#ABD30F Color Information

#ABD30F is a light color. The closest websafe version is #ABD30F. A complement of this color would be #360FD2, perceived brightness is 0.69, and the grayscale version is #717171.

In the HSL color space, this color has a hue angle of 72°,a saturation of 87%, and a lightness of 44%.The HSV representation shows a hue of 72°, a saturation of 93%, and a value of 83%.

In a RGB color space, #ABD30F is composed of 67% red, 83% green and 6% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 0% magenta, 93% yellow and 17% black.

In the Yxy color space, this color is represented as Y: 55.79, x: 0.4051, and y: 0.5267.

Color Code #ABD30F

#ABD30Frgb(171, 211, 15)
HEX
#ABD30F
RGB
rgb(171, 211, 15)
HSL
hsl(72, 87%, 44%)
HSV
hsv(72, 93%, 83%)
CMYK
19%, 0%, 93%, 17%
XYZ
X: 42.91, Y: 55.79, Z: 7.23
Lab
L: 79.49, a: -29.87, b: 75.80
Name

Shades of Color #ABD30F

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

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

#ABD30Frgb(171, 211, 15)

About #ABD30F Color Code

In the HSL color space, this color has a hue angle of 72°, a saturation of 87%, and a lightness of 44%. The HSV representation shows a hue of 72°, a saturation of 93%, and a value of 83%.

  • HEX: #ABD30F
  • RGB: rgb(171, 211, 15)
  • HSL: hsl(72, 87%, 44%)
  • HSV: hsv(72, 93%, 83%)
  • CMYK: 19.00% cyan, 0.00% magenta, 93.00% yellow, 17.00% black
  • XYZ: 42.91, 55.79, 7.23
  • Yxy: 55.79, 0.4051, 0.5267
  • Hunter Lab: 79.49, -29.87, 75.80
  • CIE-Lab: 79.49, -29.87, 75.80

In the XYZ color space, this color is represented as X: 42.91, Y: 55.79, Z: 7.23. The Yxy representation further refines this as Y: 55.79, x: 0.4051, and y: 0.5267.

In the Hunter Lab color space, this color is represented as L: 79.49, a: -29.87, and b: 75.80. Similarly, in the CIE-Lab color space, it is represented as L: 79.49, a: -29.87, and b: 75.80.

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 #ABD30F

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

Analogous Colors of #ABD30F

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

Monochromatic Colors of #ABD30F

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

Complementary Color of #ABD30F

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

/* Using HEX */
body {
  background-color: #abd30f;
}
/* Using RGB */
body {
  background-color: rgb(171, 211, 15);
}
/* Using RGB with opacity */
body {
  background-color: rgba(171, 211, 15, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(72, 87%, 44%);
}
/* Text color */
p {
  color: #abd30f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #abd30f;
}
/* Border color */
.box {
  border: 4px solid #abd30f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #abd30f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #abd30f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ABD30F
On Black Background
#ABD30F
On White Background
#ABD30F

HTML Examples of #ABD30F

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

Related Colors of #ABD30F

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