Shades of Lime Green #49D830
Tints of Lime Green #49D830
RGB
CMYK
RGB Variations
Color information
#49D830 (or 0x49D830) is known color: Lime Green. HEX triplet: 49, D8 and 30. RGB value is (73,216,48). Sum of RGB (Red+Green+Blue) = 73+216+48=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 216 (84.77% from 255 or 64.09% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 216 - color contains mainly: green. Hex color #49D830 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D830 is #B627CF. Grayscale: #9A9A9A. Windows color (decimal): -11937744 or 3201097. OLE color: 3201097.
HSL color Cylindrical-coordinate representation of color #49D830: hue angle of 111.07º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49D830 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 216 | 48 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.15 |
| HSL | 111.07º | 0.68% | 0.52% | - |
| HSV(B) | 111.07º | 0.78% | 0.85% | - |
| XYZ | 27.84 | 50.74 | 11.12 | - |
| YUV | 154.09 | 68.12 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 216 | 48 | 0.66 | 0 | 0.78 | 0.15 | 111.07 | 0.68 | 0.52 |
| Hex | 49 | D8 | 30 | 42 | 0 | 4E | F | 6F | 44 | 34 |
| Octal | 111 | 330 | 60 | 102 | 0 | 116 | 17 | 157 | 104 | 64 |
| Binary | 1001001 | 11011000 | 110000 | 1000010 | 0 | 1001110 | 1111 | 1101111 | 1000100 | 110100 |
Color Harmonies of #49D830
Complementary color
Monochromatic Colors of #49D830
Black with #49D830
Text Example
Text Example
White with #49D830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D830; }
p { color: rgb(73,216,48); }
H1.HeaderClassName
{
color: #49D830;
}
.AnyTagClassName
{
color: #49D830;
}
</style>
background-color css
<style>
a { background-color: #49D830; }
a { background-color: rgb(73,216,48); }
div.DivClassName
{
background-color: #49D830;
}
.BgClassName
{
background-color: #49D830;
}
</style>
border-color css
<style>
span { border-color: #49D830; }
span { border-color: rgb(73,216,48); }
td.TdClassName
{
border-color: #49D830;
}
.TagClassName
{
border-color: #49D830;
}
</style>