Shades of Lime Green #49CC39
Tints of Lime Green #49CC39
RGB
CMYK
RGB Variations
Color information
#49CC39 (or 0x49CC39) is known color: Lime Green. HEX triplet: 49, CC and 39. RGB value is (73,204,57). Sum of RGB (Red+Green+Blue) = 73+204+57=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 204 (80.08% from 255 or 61.08% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 204 - color contains mainly: green. Hex color #49CC39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CC39 is #B633C6. Grayscale: #949494. Windows color (decimal): -11940807 or 3787849. OLE color: 3787849.
HSL color Cylindrical-coordinate representation of color #49CC39: hue angle of 113.47º 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 #49CC39 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 204 | 57 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.2 |
| HSL | 113.47º | 0.59% | 0.51% | - |
| HSV(B) | 113.47º | 0.72% | 0.8% | - |
| XYZ | 25.08 | 44.9 | 11.22 | - |
| YUV | 148.07 | 76.6 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 204 | 57 | 0.64 | 0 | 0.72 | 0.2 | 113.47 | 0.59 | 0.51 |
| Hex | 49 | CC | 39 | 40 | 0 | 48 | 14 | 71 | 3B | 33 |
| Octal | 111 | 314 | 71 | 100 | 0 | 110 | 24 | 161 | 73 | 63 |
| Binary | 1001001 | 11001100 | 111001 | 1000000 | 0 | 1001000 | 10100 | 1110001 | 111011 | 110011 |
Color Harmonies of #49CC39
Complementary color
Monochromatic Colors of #49CC39
Black with #49CC39
Text Example
Text Example
White with #49CC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CC39; }
p { color: rgb(73,204,57); }
H1.HeaderClassName
{
color: #49CC39;
}
.AnyTagClassName
{
color: #49CC39;
}
</style>
background-color css
<style>
a { background-color: #49CC39; }
a { background-color: rgb(73,204,57); }
div.DivClassName
{
background-color: #49CC39;
}
.BgClassName
{
background-color: #49CC39;
}
</style>
border-color css
<style>
span { border-color: #49CC39; }
span { border-color: rgb(73,204,57); }
td.TdClassName
{
border-color: #49CC39;
}
.TagClassName
{
border-color: #49CC39;
}
</style>