Shades of Lime Green #39DC4E
Tints of Lime Green #39DC4E
RGB
CMYK
RGB Variations
Color information
#39DC4E (or 0x39DC4E) is known color: Lime Green. HEX triplet: 39, DC and 4E. RGB value is (57,220,78). Sum of RGB (Red+Green+Blue) = 57+220+78=355 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.06% from 355); Green value is 220 (86.33% from 255 or 61.97% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 220 - color contains mainly: green. Hex color #39DC4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39DC4E is #C623B1. Grayscale: #9B9B9B. Windows color (decimal): -12985266 or 5168185. OLE color: 5168185.
HSL color Cylindrical-coordinate representation of color #39DC4E: hue angle of 127.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39DC4E is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 220 | 78 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.14 |
| HSL | 127.73º | 0.7% | 0.54% | - |
| HSV(B) | 127.73º | 0.74% | 0.86% | - |
| XYZ | 28.66 | 52.61 | 15.85 | - |
| YUV | 155.08 | 84.5 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 220 | 78 | 0.74 | 0 | 0.65 | 0.14 | 127.73 | 0.7 | 0.54 |
| Hex | 39 | DC | 4E | 4A | 0 | 41 | E | 80 | 46 | 36 |
| Octal | 71 | 334 | 116 | 112 | 0 | 101 | 16 | 200 | 106 | 66 |
| Binary | 111001 | 11011100 | 1001110 | 1001010 | 0 | 1000001 | 1110 | 10000000 | 1000110 | 110110 |
Color Harmonies of #39DC4E
Complementary color
Monochromatic Colors of #39DC4E
Black with #39DC4E
Text Example
Text Example
White with #39DC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DC4E; }
p { color: rgb(57,220,78); }
H1.HeaderClassName
{
color: #39DC4E;
}
.AnyTagClassName
{
color: #39DC4E;
}
</style>
background-color css
<style>
a { background-color: #39DC4E; }
a { background-color: rgb(57,220,78); }
div.DivClassName
{
background-color: #39DC4E;
}
.BgClassName
{
background-color: #39DC4E;
}
</style>
border-color css
<style>
span { border-color: #39DC4E; }
span { border-color: rgb(57,220,78); }
td.TdClassName
{
border-color: #39DC4E;
}
.TagClassName
{
border-color: #39DC4E;
}
</style>