Shades of Lime Green #39C64D
Tints of Lime Green #39C64D
RGB
CMYK
RGB Variations
Color information
#39C64D (or 0x39C64D) is known color: Lime Green. HEX triplet: 39, C6 and 4D. RGB value is (57,198,77). Sum of RGB (Red+Green+Blue) = 57+198+77=332 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.17% from 332); Green value is 198 (77.73% from 255 or 59.64% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 198 - color contains mainly: green. Hex color #39C64D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39C64D is #C639B2. Grayscale: #8E8E8E. Windows color (decimal): -12990899 or 5097017. OLE color: 5097017.
HSL color Cylindrical-coordinate representation of color #39C64D: hue angle of 128.51º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39C64D is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 57 | 198 | 77 | - |
| CMYK | 0.71 | 0 | 0.61 | 0.22 |
| HSL | 128.51º | 0.55% | 0.5% | - |
| HSV(B) | 128.51º | 0.71% | 0.78% | - |
| XYZ | 23.22 | 41.79 | 13.86 | - |
| YUV | 142.05 | 91.29 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 198 | 77 | 0.71 | 0 | 0.61 | 0.22 | 128.51 | 0.55 | 0.5 |
| Hex | 39 | C6 | 4D | 47 | 0 | 3D | 16 | 81 | 37 | 32 |
| Octal | 71 | 306 | 115 | 107 | 0 | 75 | 26 | 201 | 67 | 62 |
| Binary | 111001 | 11000110 | 1001101 | 1000111 | 0 | 111101 | 10110 | 10000001 | 110111 | 110010 |
Color Harmonies of #39C64D
Complementary color
Monochromatic Colors of #39C64D
Black with #39C64D
Text Example
Text Example
White with #39C64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C64D; }
p { color: rgb(57,198,77); }
H1.HeaderClassName
{
color: #39C64D;
}
.AnyTagClassName
{
color: #39C64D;
}
</style>
background-color css
<style>
a { background-color: #39C64D; }
a { background-color: rgb(57,198,77); }
div.DivClassName
{
background-color: #39C64D;
}
.BgClassName
{
background-color: #39C64D;
}
</style>
border-color css
<style>
span { border-color: #39C64D; }
span { border-color: rgb(57,198,77); }
td.TdClassName
{
border-color: #39C64D;
}
.TagClassName
{
border-color: #39C64D;
}
</style>