Shades of Lime Green #49C033
Tints of Lime Green #49C033
RGB
CMYK
RGB Variations
Color information
#49C033 (or 0x49C033) is known color: Lime Green. HEX triplet: 49, C0 and 33. RGB value is (73,192,51). Sum of RGB (Red+Green+Blue) = 73+192+51=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 192 (75.39% from 255 or 60.76% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 192 - color contains mainly: green. Hex color #49C033 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C033 is #B63FCC. Grayscale: #8C8C8C. Windows color (decimal): -11943885 or 3391561. OLE color: 3391561.
HSL color Cylindrical-coordinate representation of color #49C033: hue angle of 110.64º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49C033 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 51 | - |
| CMYK | 0.62 | 0 | 0.73 | 0.25 |
| HSL | 110.64º | 0.58% | 0.48% | - |
| HSV(B) | 110.64º | 0.73% | 0.75% | - |
| XYZ | 22.19 | 39.35 | 9.56 | - |
| YUV | 140.35 | 77.58 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 51 | 0.62 | 0 | 0.73 | 0.25 | 110.64 | 0.58 | 0.48 |
| Hex | 49 | C0 | 33 | 3E | 0 | 49 | 19 | 6F | 3A | 30 |
| Octal | 111 | 300 | 63 | 76 | 0 | 111 | 31 | 157 | 72 | 60 |
| Binary | 1001001 | 11000000 | 110011 | 111110 | 0 | 1001001 | 11001 | 1101111 | 111010 | 110000 |
Color Harmonies of #49C033
Complementary color
Monochromatic Colors of #49C033
Black with #49C033
Text Example
Text Example
White with #49C033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C033; }
p { color: rgb(73,192,51); }
H1.HeaderClassName
{
color: #49C033;
}
.AnyTagClassName
{
color: #49C033;
}
</style>
background-color css
<style>
a { background-color: #49C033; }
a { background-color: rgb(73,192,51); }
div.DivClassName
{
background-color: #49C033;
}
.BgClassName
{
background-color: #49C033;
}
</style>
border-color css
<style>
span { border-color: #49C033; }
span { border-color: rgb(73,192,51); }
td.TdClassName
{
border-color: #49C033;
}
.TagClassName
{
border-color: #49C033;
}
</style>