Color: #39C14E

#39C14E Color Information

#39C14E is a light color. The closest websafe version is #39C14E. A complement of this color would be #C039AC, perceived brightness is 0.55, and the grayscale version is #7D7D7D.

In the HSL color space, this color has a hue angle of 129°,a saturation of 54%, and a lightness of 49%.The HSV representation shows a hue of 129°, a saturation of 70%, and a value of 76%.

In a RGB color space, #39C14E is composed of 22% red, 76% green and 31% blue. Whereas in a CMYK color space, it is composed of 70% cyan, 0% magenta, 60% yellow and 24% black.

In the Yxy color space, this color is represented as Y: 39.60, x: 0.3177, and y: 0.5374.

Color Code #39C14E

#39C14Ergb(57, 193, 78)
HEX
#39C14E
RGB
rgb(57, 193, 78)
HSL
hsl(129, 54%, 49%)
HSV
hsv(129, 70%, 76%)
CMYK
70%, 0%, 60%, 24%
XYZ
X: 23.41, Y: 39.60, Z: 10.68
Lab
L: 69.18, a: -55.26, b: 45.72
Name

Shades of Color #39C14E

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

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

#39C14Ergb(57, 193, 78)

About #39C14E Color Code

In the HSL color space, this color has a hue angle of 129°, a saturation of 54%, and a lightness of 49%. The HSV representation shows a hue of 129°, a saturation of 70%, and a value of 76%.

  • HEX: #39C14E
  • RGB: rgb(57, 193, 78)
  • HSL: hsl(129, 54%, 49%)
  • HSV: hsv(129, 70%, 76%)
  • CMYK: 70.00% cyan, 0.00% magenta, 60.00% yellow, 24.00% black
  • XYZ: 23.41, 39.60, 10.68
  • Yxy: 39.60, 0.3177, 0.5374
  • Hunter Lab: 69.18, -55.26, 45.72
  • CIE-Lab: 69.18, -55.26, 45.72

In the XYZ color space, this color is represented as X: 23.41, Y: 39.60, Z: 10.68. The Yxy representation further refines this as Y: 39.60, x: 0.3177, and y: 0.5374.

In the Hunter Lab color space, this color is represented as L: 69.18, a: -55.26, and b: 45.72. Similarly, in the CIE-Lab color space, it is represented as L: 69.18, a: -55.26, and b: 45.72.

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 #39C14E

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

Analogous Colors of #39C14E

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

Split Complementary Colors of #39C14E

Split complementary colors are two colors adjacent to the complementary color of #39C14E. They create a balanced and visually appealing color scheme.

Tetradic Colors of #39C14E

Tetradic colors form a rectangle on the color wheel, including #39C14E. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #39C14E

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

Complementary Color of #39C14E

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

/* Using HEX */
body {
  background-color: #39c14e;
}
/* Using RGB */
body {
  background-color: rgb(57, 193, 78);
}
/* Using RGB with opacity */
body {
  background-color: rgba(57, 193, 78, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(129, 54%, 49%);
}
/* Text color */
p {
  color: #39c14e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #39c14e;
}
/* Border color */
.box {
  border: 4px solid #39c14e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #39c14e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #39c14e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#39C14E
On Black Background
#39C14E
On White Background
#39C14E

HTML Examples of #39C14E

<!-- Using HEX -->
<div style="background-color: #39c14e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(57, 193, 78); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(57, 193, 78, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(129, 54%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #39c14e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #39c14e; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #39c14e; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #39c14e;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #39c14e; color: #fff; padding: 16px; border-radius: 8px;">
  #39C14E
</div>
#39C14E
On Black Background
#39C14E
On White Background
#39C14E

Related Colors of #39C14E

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