Shades of Lime Green #49CC43
Tints of Lime Green #49CC43
RGB
CMYK
RGB Variations
Color information
#49CC43 (or 0x49CC43) is known color: Lime Green. HEX triplet: 49, CC and 43. RGB value is (73,204,67). Sum of RGB (Red+Green+Blue) = 73+204+67=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 204 (80.08% from 255 or 59.30% from 344); Blue value is 67 (26.56% from 255 or 19.48% from 344); Max value from RGB is 204 - color contains mainly: green. Hex color #49CC43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CC43 is #B633BC. Grayscale: #959595. Windows color (decimal): -11940797 or 4443209. OLE color: 4443209.
HSL color Cylindrical-coordinate representation of color #49CC43: hue angle of 117.37º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49CC43 is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 204 | 67 | - |
| CMYK | 0.64 | 0 | 0.67 | 0.2 |
| HSL | 117.37º | 0.57% | 0.53% | - |
| HSV(B) | 117.37º | 0.67% | 0.8% | - |
| XYZ | 25.35 | 45.01 | 12.66 | - |
| YUV | 149.21 | 81.6 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 204 | 67 | 0.64 | 0 | 0.67 | 0.2 | 117.37 | 0.57 | 0.53 |
| Hex | 49 | CC | 43 | 40 | 0 | 43 | 14 | 75 | 39 | 35 |
| Octal | 111 | 314 | 103 | 100 | 0 | 103 | 24 | 165 | 71 | 65 |
| Binary | 1001001 | 11001100 | 1000011 | 1000000 | 0 | 1000011 | 10100 | 1110101 | 111001 | 110101 |
Color Harmonies of #49CC43
Complementary color
Monochromatic Colors of #49CC43
Black with #49CC43
Text Example
Text Example
White with #49CC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CC43; }
p { color: rgb(73,204,67); }
H1.HeaderClassName
{
color: #49CC43;
}
.AnyTagClassName
{
color: #49CC43;
}
</style>
background-color css
<style>
a { background-color: #49CC43; }
a { background-color: rgb(73,204,67); }
div.DivClassName
{
background-color: #49CC43;
}
.BgClassName
{
background-color: #49CC43;
}
</style>
border-color css
<style>
span { border-color: #49CC43; }
span { border-color: rgb(73,204,67); }
td.TdClassName
{
border-color: #49CC43;
}
.TagClassName
{
border-color: #49CC43;
}
</style>