Shades of Lime Green #49CC40
Tints of Lime Green #49CC40
RGB
CMYK
RGB Variations
Color information
#49CC40 (or 0x49CC40) is known color: Lime Green. HEX triplet: 49, CC and 40. RGB value is (73,204,64). Sum of RGB (Red+Green+Blue) = 73+204+64=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 204 (80.08% from 255 or 59.82% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 204 - color contains mainly: green. Hex color #49CC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CC40 is #B633BF. Grayscale: #959595. Windows color (decimal): -11940800 or 4246601. OLE color: 4246601.
HSL color Cylindrical-coordinate representation of color #49CC40: hue angle of 116.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49CC40 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 204 | 64 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.2 |
| HSL | 116.14º | 0.58% | 0.53% | - |
| HSV(B) | 116.14º | 0.69% | 0.8% | - |
| XYZ | 25.27 | 44.97 | 12.2 | - |
| YUV | 148.87 | 80.1 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 204 | 64 | 0.64 | 0 | 0.69 | 0.2 | 116.14 | 0.58 | 0.53 |
| Hex | 49 | CC | 40 | 40 | 0 | 45 | 14 | 74 | 3A | 35 |
| Octal | 111 | 314 | 100 | 100 | 0 | 105 | 24 | 164 | 72 | 65 |
| Binary | 1001001 | 11001100 | 1000000 | 1000000 | 0 | 1000101 | 10100 | 1110100 | 111010 | 110101 |
Color Harmonies of #49CC40
Complementary color
Monochromatic Colors of #49CC40
Black with #49CC40
Text Example
Text Example
White with #49CC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CC40; }
p { color: rgb(73,204,64); }
H1.HeaderClassName
{
color: #49CC40;
}
.AnyTagClassName
{
color: #49CC40;
}
</style>
background-color css
<style>
a { background-color: #49CC40; }
a { background-color: rgb(73,204,64); }
div.DivClassName
{
background-color: #49CC40;
}
.BgClassName
{
background-color: #49CC40;
}
</style>
border-color css
<style>
span { border-color: #49CC40; }
span { border-color: rgb(73,204,64); }
td.TdClassName
{
border-color: #49CC40;
}
.TagClassName
{
border-color: #49CC40;
}
</style>