Shades of Lime Green #49DD26
Tints of Lime Green #49DD26
RGB
CMYK
RGB Variations
Color information
#49DD26 (or 0x49DD26) is known color: Lime Green. HEX triplet: 49, DD and 26. RGB value is (73,221,38). Sum of RGB (Red+Green+Blue) = 73+221+38=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 221 (86.72% from 255 or 66.57% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 221 - color contains mainly: green. Hex color #49DD26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DD26 is #B622D9. Grayscale: #9C9C9C. Windows color (decimal): -11936474 or 2547017. OLE color: 2547017.
HSL color Cylindrical-coordinate representation of color #49DD26: hue angle of 108.52º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #49DD26 is Cyan = 0.67, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 221 | 38 | - |
| CMYK | 0.67 | 0 | 0.83 | 0.13 |
| HSL | 108.52º | 0.73% | 0.51% | - |
| HSV(B) | 108.52º | 0.83% | 0.87% | - |
| XYZ | 28.95 | 53.27 | 10.59 | - |
| YUV | 155.89 | 61.47 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 221 | 38 | 0.67 | 0 | 0.83 | 0.13 | 108.52 | 0.73 | 0.51 |
| Hex | 49 | DD | 26 | 43 | 0 | 53 | D | 6D | 49 | 33 |
| Octal | 111 | 335 | 46 | 103 | 0 | 123 | 15 | 155 | 111 | 63 |
| Binary | 1001001 | 11011101 | 100110 | 1000011 | 0 | 1010011 | 1101 | 1101101 | 1001001 | 110011 |
Color Harmonies of #49DD26
Complementary color
Monochromatic Colors of #49DD26
Black with #49DD26
Text Example
Text Example
White with #49DD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DD26; }
p { color: rgb(73,221,38); }
H1.HeaderClassName
{
color: #49DD26;
}
.AnyTagClassName
{
color: #49DD26;
}
</style>
background-color css
<style>
a { background-color: #49DD26; }
a { background-color: rgb(73,221,38); }
div.DivClassName
{
background-color: #49DD26;
}
.BgClassName
{
background-color: #49DD26;
}
</style>
border-color css
<style>
span { border-color: #49DD26; }
span { border-color: rgb(73,221,38); }
td.TdClassName
{
border-color: #49DD26;
}
.TagClassName
{
border-color: #49DD26;
}
</style>