Shades of Lime Green #49D553
Tints of Lime Green #49D553
RGB
CMYK
RGB Variations
Color information
#49D553 (or 0x49D553) is known color: Lime Green. HEX triplet: 49, D5 and 53. RGB value is (73,213,83). Sum of RGB (Red+Green+Blue) = 73+213+83=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 213 (83.59% from 255 or 57.72% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 213 - color contains mainly: green. Hex color #49D553 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D553 is #B62AAC. Grayscale: #9C9C9C. Windows color (decimal): -11938477 or 5494089. OLE color: 5494089.
HSL color Cylindrical-coordinate representation of color #49D553: hue angle of 124.29º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D553 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 83 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.16 |
| HSL | 124.29º | 0.63% | 0.56% | - |
| HSV(B) | 124.29º | 0.66% | 0.84% | - |
| XYZ | 28.1 | 49.63 | 16.28 | - |
| YUV | 156.32 | 86.62 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 83 | 0.66 | 0 | 0.61 | 0.16 | 124.29 | 0.63 | 0.56 |
| Hex | 49 | D5 | 53 | 42 | 0 | 3D | 10 | 7C | 3E | 38 |
| Octal | 111 | 325 | 123 | 102 | 0 | 75 | 20 | 174 | 76 | 70 |
| Binary | 1001001 | 11010101 | 1010011 | 1000010 | 0 | 111101 | 10000 | 1111100 | 111110 | 111000 |
Color Harmonies of #49D553
Complementary color
Monochromatic Colors of #49D553
Black with #49D553
Text Example
Text Example
White with #49D553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D553; }
p { color: rgb(73,213,83); }
H1.HeaderClassName
{
color: #49D553;
}
.AnyTagClassName
{
color: #49D553;
}
</style>
background-color css
<style>
a { background-color: #49D553; }
a { background-color: rgb(73,213,83); }
div.DivClassName
{
background-color: #49D553;
}
.BgClassName
{
background-color: #49D553;
}
</style>
border-color css
<style>
span { border-color: #49D553; }
span { border-color: rgb(73,213,83); }
td.TdClassName
{
border-color: #49D553;
}
.TagClassName
{
border-color: #49D553;
}
</style>