Shades of Lime Green #39C620
Tints of Lime Green #39C620
RGB
CMYK
RGB Variations
Color information
#39C620 (or 0x39C620) is known color: Lime Green. HEX triplet: 39, C6 and 20. RGB value is (57,198,32). Sum of RGB (Red+Green+Blue) = 57+198+32=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 198 (77.73% from 255 or 68.99% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 198 - color contains mainly: green. Hex color #39C620 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C620 is #C639DF. Grayscale: #898989. Windows color (decimal): -12990944 or 2147897. OLE color: 2147897.
HSL color Cylindrical-coordinate representation of color #39C620: hue angle of 110.96º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #39C620 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 57 | 198 | 32 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.22 |
| HSL | 110.96º | 0.72% | 0.45% | - |
| HSV(B) | 110.96º | 0.84% | 0.78% | - |
| XYZ | 22.14 | 41.36 | 8.18 | - |
| YUV | 136.92 | 68.79 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 198 | 32 | 0.71 | 0 | 0.84 | 0.22 | 110.96 | 0.72 | 0.45 |
| Hex | 39 | C6 | 20 | 47 | 0 | 54 | 16 | 6F | 48 | 2D |
| Octal | 71 | 306 | 40 | 107 | 0 | 124 | 26 | 157 | 110 | 55 |
| Binary | 111001 | 11000110 | 100000 | 1000111 | 0 | 1010100 | 10110 | 1101111 | 1001000 | 101101 |
Color Harmonies of #39C620
Complementary color
Monochromatic Colors of #39C620
Black with #39C620
Text Example
Text Example
White with #39C620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C620; }
p { color: rgb(57,198,32); }
H1.HeaderClassName
{
color: #39C620;
}
.AnyTagClassName
{
color: #39C620;
}
</style>
background-color css
<style>
a { background-color: #39C620; }
a { background-color: rgb(57,198,32); }
div.DivClassName
{
background-color: #39C620;
}
.BgClassName
{
background-color: #39C620;
}
</style>
border-color css
<style>
span { border-color: #39C620; }
span { border-color: rgb(57,198,32); }
td.TdClassName
{
border-color: #39C620;
}
.TagClassName
{
border-color: #39C620;
}
</style>