Shades of Lime Green #49C333
Tints of Lime Green #49C333
RGB
CMYK
RGB Variations
Color information
#49C333 (or 0x49C333) is known color: Lime Green. HEX triplet: 49, C3 and 33. RGB value is (73,195,51). Sum of RGB (Red+Green+Blue) = 73+195+51=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 195 (76.56% from 255 or 61.13% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 195 - color contains mainly: green. Hex color #49C333 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C333 is #B63CCC. Grayscale: #8E8E8E. Windows color (decimal): -11943117 or 3392329. OLE color: 3392329.
HSL color Cylindrical-coordinate representation of color #49C333: hue angle of 110.83º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49C333 is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 195 | 51 | - |
| CMYK | 0.63 | 0 | 0.74 | 0.24 |
| HSL | 110.83º | 0.59% | 0.48% | - |
| HSV(B) | 110.83º | 0.74% | 0.76% | - |
| XYZ | 22.86 | 40.69 | 9.78 | - |
| YUV | 142.11 | 76.58 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 195 | 51 | 0.63 | 0 | 0.74 | 0.24 | 110.83 | 0.59 | 0.48 |
| Hex | 49 | C3 | 33 | 3F | 0 | 4A | 18 | 6F | 3B | 30 |
| Octal | 111 | 303 | 63 | 77 | 0 | 112 | 30 | 157 | 73 | 60 |
| Binary | 1001001 | 11000011 | 110011 | 111111 | 0 | 1001010 | 11000 | 1101111 | 111011 | 110000 |
Color Harmonies of #49C333
Complementary color
Monochromatic Colors of #49C333
Black with #49C333
Text Example
Text Example
White with #49C333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C333; }
p { color: rgb(73,195,51); }
H1.HeaderClassName
{
color: #49C333;
}
.AnyTagClassName
{
color: #49C333;
}
</style>
background-color css
<style>
a { background-color: #49C333; }
a { background-color: rgb(73,195,51); }
div.DivClassName
{
background-color: #49C333;
}
.BgClassName
{
background-color: #49C333;
}
</style>
border-color css
<style>
span { border-color: #49C333; }
span { border-color: rgb(73,195,51); }
td.TdClassName
{
border-color: #49C333;
}
.TagClassName
{
border-color: #49C333;
}
</style>