Shades of Lime Green #39CC4D
Tints of Lime Green #39CC4D
RGB
CMYK
RGB Variations
Color information
#39CC4D (or 0x39CC4D) is known color: Lime Green. HEX triplet: 39, CC and 4D. RGB value is (57,204,77). Sum of RGB (Red+Green+Blue) = 57+204+77=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 204 (80.08% from 255 or 60.36% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 204 - color contains mainly: green. Hex color #39CC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39CC4D is #C633B2. Grayscale: #919191. Windows color (decimal): -12989363 or 5098553. OLE color: 5098553.
HSL color Cylindrical-coordinate representation of color #39CC4D: hue angle of 128.16º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CC4D is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 204 | 77 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.2 |
| HSL | 128.16º | 0.59% | 0.51% | - |
| HSV(B) | 128.16º | 0.72% | 0.8% | - |
| XYZ | 24.62 | 44.59 | 14.33 | - |
| YUV | 145.57 | 89.3 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 204 | 77 | 0.72 | 0 | 0.62 | 0.2 | 128.16 | 0.59 | 0.51 |
| Hex | 39 | CC | 4D | 48 | 0 | 3E | 14 | 80 | 3B | 33 |
| Octal | 71 | 314 | 115 | 110 | 0 | 76 | 24 | 200 | 73 | 63 |
| Binary | 111001 | 11001100 | 1001101 | 1001000 | 0 | 111110 | 10100 | 10000000 | 111011 | 110011 |
Color Harmonies of #39CC4D
Complementary color
Monochromatic Colors of #39CC4D
Black with #39CC4D
Text Example
Text Example
White with #39CC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CC4D; }
p { color: rgb(57,204,77); }
H1.HeaderClassName
{
color: #39CC4D;
}
.AnyTagClassName
{
color: #39CC4D;
}
</style>
background-color css
<style>
a { background-color: #39CC4D; }
a { background-color: rgb(57,204,77); }
div.DivClassName
{
background-color: #39CC4D;
}
.BgClassName
{
background-color: #39CC4D;
}
</style>
border-color css
<style>
span { border-color: #39CC4D; }
span { border-color: rgb(57,204,77); }
td.TdClassName
{
border-color: #39CC4D;
}
.TagClassName
{
border-color: #39CC4D;
}
</style>