Shades of Lime Green #39DC4D
Tints of Lime Green #39DC4D
RGB
CMYK
RGB Variations
Color information
#39DC4D (or 0x39DC4D) is known color: Lime Green. HEX triplet: 39, DC and 4D. RGB value is (57,220,77). Sum of RGB (Red+Green+Blue) = 57+220+77=354 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.10% from 354); Green value is 220 (86.33% from 255 or 62.15% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 220 - color contains mainly: green. Hex color #39DC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39DC4D is #C623B2. Grayscale: #9B9B9B. Windows color (decimal): -12985267 or 5102649. OLE color: 5102649.
HSL color Cylindrical-coordinate representation of color #39DC4D: hue angle of 127.36º 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 #39DC4D is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 220 | 77 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.14 |
| HSL | 127.36º | 0.7% | 0.54% | - |
| HSV(B) | 127.36º | 0.74% | 0.86% | - |
| XYZ | 28.62 | 52.59 | 15.66 | - |
| YUV | 154.96 | 84 | 58.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 220 | 77 | 0.74 | 0 | 0.65 | 0.14 | 127.36 | 0.7 | 0.54 |
| Hex | 39 | DC | 4D | 4A | 0 | 41 | E | 7F | 46 | 36 |
| Octal | 71 | 334 | 115 | 112 | 0 | 101 | 16 | 177 | 106 | 66 |
| Binary | 111001 | 11011100 | 1001101 | 1001010 | 0 | 1000001 | 1110 | 1111111 | 1000110 | 110110 |
Color Harmonies of #39DC4D
Complementary color
Monochromatic Colors of #39DC4D
Black with #39DC4D
Text Example
Text Example
White with #39DC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DC4D; }
p { color: rgb(57,220,77); }
H1.HeaderClassName
{
color: #39DC4D;
}
.AnyTagClassName
{
color: #39DC4D;
}
</style>
background-color css
<style>
a { background-color: #39DC4D; }
a { background-color: rgb(57,220,77); }
div.DivClassName
{
background-color: #39DC4D;
}
.BgClassName
{
background-color: #39DC4D;
}
</style>
border-color css
<style>
span { border-color: #39DC4D; }
span { border-color: rgb(57,220,77); }
td.TdClassName
{
border-color: #39DC4D;
}
.TagClassName
{
border-color: #39DC4D;
}
</style>