Shades of Lime Green #49DA40
Tints of Lime Green #49DA40
RGB
CMYK
RGB Variations
Color information
#49DA40 (or 0x49DA40) is known color: Lime Green. HEX triplet: 49, DA and 40. RGB value is (73,218,64). Sum of RGB (Red+Green+Blue) = 73+218+64=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 218 (85.55% from 255 or 61.41% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 218 - color contains mainly: green. Hex color #49DA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DA40 is #B625BF. Grayscale: #9D9D9D. Windows color (decimal): -11937216 or 4250185. OLE color: 4250185.
HSL color Cylindrical-coordinate representation of color #49DA40: hue angle of 116.49º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49DA40 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 218 | 64 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.15 |
| HSL | 116.49º | 0.68% | 0.55% | - |
| HSV(B) | 116.49º | 0.71% | 0.85% | - |
| XYZ | 28.74 | 51.93 | 13.36 | - |
| YUV | 157.09 | 75.46 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 218 | 64 | 0.67 | 0 | 0.71 | 0.15 | 116.49 | 0.68 | 0.55 |
| Hex | 49 | DA | 40 | 43 | 0 | 47 | F | 74 | 44 | 37 |
| Octal | 111 | 332 | 100 | 103 | 0 | 107 | 17 | 164 | 104 | 67 |
| Binary | 1001001 | 11011010 | 1000000 | 1000011 | 0 | 1000111 | 1111 | 1110100 | 1000100 | 110111 |
Color Harmonies of #49DA40
Complementary color
Monochromatic Colors of #49DA40
Black with #49DA40
Text Example
Text Example
White with #49DA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DA40; }
p { color: rgb(73,218,64); }
H1.HeaderClassName
{
color: #49DA40;
}
.AnyTagClassName
{
color: #49DA40;
}
</style>
background-color css
<style>
a { background-color: #49DA40; }
a { background-color: rgb(73,218,64); }
div.DivClassName
{
background-color: #49DA40;
}
.BgClassName
{
background-color: #49DA40;
}
</style>
border-color css
<style>
span { border-color: #49DA40; }
span { border-color: rgb(73,218,64); }
td.TdClassName
{
border-color: #49DA40;
}
.TagClassName
{
border-color: #49DA40;
}
</style>