Shades of Lime Green #49CE35
Tints of Lime Green #49CE35
RGB
CMYK
RGB Variations
Color information
#49CE35 (or 0x49CE35) is known color: Lime Green. HEX triplet: 49, CE and 35. RGB value is (73,206,53). Sum of RGB (Red+Green+Blue) = 73+206+53=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 206 (80.86% from 255 or 62.05% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 206 - color contains mainly: green. Hex color #49CE35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CE35 is #B631CA. Grayscale: #959595. Windows color (decimal): -11940299 or 3526217. OLE color: 3526217.
HSL color Cylindrical-coordinate representation of color #49CE35: hue angle of 112.16º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49CE35 is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 53 | - |
| CMYK | 0.65 | 0 | 0.74 | 0.19 |
| HSL | 112.16º | 0.61% | 0.51% | - |
| HSV(B) | 112.16º | 0.74% | 0.81% | - |
| XYZ | 25.46 | 45.82 | 10.87 | - |
| YUV | 148.79 | 73.94 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 53 | 0.65 | 0 | 0.74 | 0.19 | 112.16 | 0.61 | 0.51 |
| Hex | 49 | CE | 35 | 41 | 0 | 4A | 13 | 70 | 3D | 33 |
| Octal | 111 | 316 | 65 | 101 | 0 | 112 | 23 | 160 | 75 | 63 |
| Binary | 1001001 | 11001110 | 110101 | 1000001 | 0 | 1001010 | 10011 | 1110000 | 111101 | 110011 |
Color Harmonies of #49CE35
Complementary color
Monochromatic Colors of #49CE35
Black with #49CE35
Text Example
Text Example
White with #49CE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CE35; }
p { color: rgb(73,206,53); }
H1.HeaderClassName
{
color: #49CE35;
}
.AnyTagClassName
{
color: #49CE35;
}
</style>
background-color css
<style>
a { background-color: #49CE35; }
a { background-color: rgb(73,206,53); }
div.DivClassName
{
background-color: #49CE35;
}
.BgClassName
{
background-color: #49CE35;
}
</style>
border-color css
<style>
span { border-color: #49CE35; }
span { border-color: rgb(73,206,53); }
td.TdClassName
{
border-color: #49CE35;
}
.TagClassName
{
border-color: #49CE35;
}
</style>