Shades of Lime Green #39C049
Tints of Lime Green #39C049
RGB
CMYK
RGB Variations
Color information
#39C049 (or 0x39C049) is known color: Lime Green. HEX triplet: 39, C0 and 49. RGB value is (57,192,73). Sum of RGB (Red+Green+Blue) = 57+192+73=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 192 (75.39% from 255 or 59.63% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 192 - color contains mainly: green. Hex color #39C049 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C049 is #C63FB6. Grayscale: #8A8A8A. Windows color (decimal): -12992439 or 4833337. OLE color: 4833337.
HSL color Cylindrical-coordinate representation of color #39C049: hue angle of 127.11º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39C049 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 192 | 73 | - |
| CMYK | 0.70 | 0 | 0.62 | 0.25 |
| HSL | 127.11º | 0.54% | 0.49% | - |
| HSV(B) | 127.11º | 0.7% | 0.75% | - |
| XYZ | 21.74 | 39.05 | 12.69 | - |
| YUV | 138.07 | 91.27 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 192 | 73 | 0.70 | 0 | 0.62 | 0.25 | 127.11 | 0.54 | 0.49 |
| Hex | 39 | C0 | 49 | 46 | 0 | 3E | 19 | 7F | 36 | 31 |
| Octal | 71 | 300 | 111 | 106 | 0 | 76 | 31 | 177 | 66 | 61 |
| Binary | 111001 | 11000000 | 1001001 | 1000110 | 0 | 111110 | 11001 | 1111111 | 110110 | 110001 |
Color Harmonies of #39C049
Complementary color
Monochromatic Colors of #39C049
Black with #39C049
Text Example
Text Example
White with #39C049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C049; }
p { color: rgb(57,192,73); }
H1.HeaderClassName
{
color: #39C049;
}
.AnyTagClassName
{
color: #39C049;
}
</style>
background-color css
<style>
a { background-color: #39C049; }
a { background-color: rgb(57,192,73); }
div.DivClassName
{
background-color: #39C049;
}
.BgClassName
{
background-color: #39C049;
}
</style>
border-color css
<style>
span { border-color: #39C049; }
span { border-color: rgb(57,192,73); }
td.TdClassName
{
border-color: #39C049;
}
.TagClassName
{
border-color: #39C049;
}
</style>