Shades of Lime Green #49C33C
Tints of Lime Green #49C33C
RGB
CMYK
RGB Variations
Color information
#49C33C (or 0x49C33C) is known color: Lime Green. HEX triplet: 49, C3 and 3C. RGB value is (73,195,60). Sum of RGB (Red+Green+Blue) = 73+195+60=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 195 (76.56% from 255 or 59.45% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 195 - color contains mainly: green. Hex color #49C33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C33C is #B63CC3. Grayscale: #8F8F8F. Windows color (decimal): -11943108 or 3982153. OLE color: 3982153.
HSL color Cylindrical-coordinate representation of color #49C33C: hue angle of 114.22º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49C33C is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 195 | 60 | - |
| CMYK | 0.63 | 0 | 0.69 | 0.24 |
| HSL | 114.22º | 0.53% | 0.5% | - |
| HSV(B) | 114.22º | 0.69% | 0.76% | - |
| XYZ | 23.08 | 40.77 | 10.93 | - |
| YUV | 143.13 | 81.08 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 195 | 60 | 0.63 | 0 | 0.69 | 0.24 | 114.22 | 0.53 | 0.5 |
| Hex | 49 | C3 | 3C | 3F | 0 | 45 | 18 | 72 | 35 | 32 |
| Octal | 111 | 303 | 74 | 77 | 0 | 105 | 30 | 162 | 65 | 62 |
| Binary | 1001001 | 11000011 | 111100 | 111111 | 0 | 1000101 | 11000 | 1110010 | 110101 | 110010 |
Color Harmonies of #49C33C
Complementary color
Monochromatic Colors of #49C33C
Black with #49C33C
Text Example
Text Example
White with #49C33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C33C; }
p { color: rgb(73,195,60); }
H1.HeaderClassName
{
color: #49C33C;
}
.AnyTagClassName
{
color: #49C33C;
}
</style>
background-color css
<style>
a { background-color: #49C33C; }
a { background-color: rgb(73,195,60); }
div.DivClassName
{
background-color: #49C33C;
}
.BgClassName
{
background-color: #49C33C;
}
</style>
border-color css
<style>
span { border-color: #49C33C; }
span { border-color: rgb(73,195,60); }
td.TdClassName
{
border-color: #49C33C;
}
.TagClassName
{
border-color: #49C33C;
}
</style>