Shades of Lime Green #49DB51
Tints of Lime Green #49DB51
RGB
CMYK
RGB Variations
Color information
#49DB51 (or 0x49DB51) is known color: Lime Green. HEX triplet: 49, DB and 51. RGB value is (73,219,81). Sum of RGB (Red+Green+Blue) = 73+219+81=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 219 (85.94% from 255 or 58.71% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 219 - color contains mainly: green. Hex color #49DB51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DB51 is #B624AE. Grayscale: #A0A0A0. Windows color (decimal): -11936943 or 5364553. OLE color: 5364553.
HSL color Cylindrical-coordinate representation of color #49DB51: hue angle of 123.29º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DB51 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 219 | 81 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.14 |
| HSL | 123.29º | 0.67% | 0.57% | - |
| HSV(B) | 123.29º | 0.67% | 0.86% | - |
| XYZ | 29.56 | 52.67 | 16.39 | - |
| YUV | 159.61 | 83.63 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 81 | 0.67 | 0 | 0.63 | 0.14 | 123.29 | 0.67 | 0.57 |
| Hex | 49 | DB | 51 | 43 | 0 | 3F | E | 7B | 43 | 39 |
| Octal | 111 | 333 | 121 | 103 | 0 | 77 | 16 | 173 | 103 | 71 |
| Binary | 1001001 | 11011011 | 1010001 | 1000011 | 0 | 111111 | 1110 | 1111011 | 1000011 | 111001 |
Color Harmonies of #49DB51
Complementary color
Monochromatic Colors of #49DB51
Black with #49DB51
Text Example
Text Example
White with #49DB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DB51; }
p { color: rgb(73,219,81); }
H1.HeaderClassName
{
color: #49DB51;
}
.AnyTagClassName
{
color: #49DB51;
}
</style>
background-color css
<style>
a { background-color: #49DB51; }
a { background-color: rgb(73,219,81); }
div.DivClassName
{
background-color: #49DB51;
}
.BgClassName
{
background-color: #49DB51;
}
</style>
border-color css
<style>
span { border-color: #49DB51; }
span { border-color: rgb(73,219,81); }
td.TdClassName
{
border-color: #49DB51;
}
.TagClassName
{
border-color: #49DB51;
}
</style>