Shades of Lime Green #49D644
Tints of Lime Green #49D644
RGB
CMYK
RGB Variations
Color information
#49D644 (or 0x49D644) is known color: Lime Green. HEX triplet: 49, D6 and 44. RGB value is (73,214,68). Sum of RGB (Red+Green+Blue) = 73+214+68=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 214 (83.98% from 255 or 60.28% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 214 - color contains mainly: green. Hex color #49D644 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D644 is #B629BB. Grayscale: #9B9B9B. Windows color (decimal): -11938236 or 4511305. OLE color: 4511305.
HSL color Cylindrical-coordinate representation of color #49D644: hue angle of 117.95º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49D644 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 214 | 68 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.16 |
| HSL | 117.95º | 0.64% | 0.55% | - |
| HSV(B) | 117.95º | 0.68% | 0.84% | - |
| XYZ | 27.84 | 49.93 | 13.64 | - |
| YUV | 155.2 | 78.79 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 214 | 68 | 0.66 | 0 | 0.68 | 0.16 | 117.95 | 0.64 | 0.55 |
| Hex | 49 | D6 | 44 | 42 | 0 | 44 | 10 | 76 | 40 | 37 |
| Octal | 111 | 326 | 104 | 102 | 0 | 104 | 20 | 166 | 100 | 67 |
| Binary | 1001001 | 11010110 | 1000100 | 1000010 | 0 | 1000100 | 10000 | 1110110 | 1000000 | 110111 |
Color Harmonies of #49D644
Complementary color
Monochromatic Colors of #49D644
Black with #49D644
Text Example
Text Example
White with #49D644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D644; }
p { color: rgb(73,214,68); }
H1.HeaderClassName
{
color: #49D644;
}
.AnyTagClassName
{
color: #49D644;
}
</style>
background-color css
<style>
a { background-color: #49D644; }
a { background-color: rgb(73,214,68); }
div.DivClassName
{
background-color: #49D644;
}
.BgClassName
{
background-color: #49D644;
}
</style>
border-color css
<style>
span { border-color: #49D644; }
span { border-color: rgb(73,214,68); }
td.TdClassName
{
border-color: #49D644;
}
.TagClassName
{
border-color: #49D644;
}
</style>