Shades of Lime Green #49D83F
Tints of Lime Green #49D83F
RGB
CMYK
RGB Variations
Color information
#49D83F (or 0x49D83F) is known color: Lime Green. HEX triplet: 49, D8 and 3F. RGB value is (73,216,63). Sum of RGB (Red+Green+Blue) = 73+216+63=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 216 (84.77% from 255 or 61.36% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 216 - color contains mainly: green. Hex color #49D83F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D83F is #B627C0. Grayscale: #9C9C9C. Windows color (decimal): -11937729 or 4184137. OLE color: 4184137.
HSL color Cylindrical-coordinate representation of color #49D83F: hue angle of 116.08º degrees, saturation: 0.66, 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 #49D83F is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 216 | 63 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.15 |
| HSL | 116.08º | 0.66% | 0.55% | - |
| HSV(B) | 116.08º | 0.71% | 0.85% | - |
| XYZ | 28.2 | 50.89 | 13.04 | - |
| YUV | 155.8 | 75.62 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 216 | 63 | 0.66 | 0 | 0.71 | 0.15 | 116.08 | 0.66 | 0.55 |
| Hex | 49 | D8 | 3F | 42 | 0 | 47 | F | 74 | 42 | 37 |
| Octal | 111 | 330 | 77 | 102 | 0 | 107 | 17 | 164 | 102 | 67 |
| Binary | 1001001 | 11011000 | 111111 | 1000010 | 0 | 1000111 | 1111 | 1110100 | 1000010 | 110111 |
Color Harmonies of #49D83F
Complementary color
Monochromatic Colors of #49D83F
Black with #49D83F
Text Example
Text Example
White with #49D83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D83F; }
p { color: rgb(73,216,63); }
H1.HeaderClassName
{
color: #49D83F;
}
.AnyTagClassName
{
color: #49D83F;
}
</style>
background-color css
<style>
a { background-color: #49D83F; }
a { background-color: rgb(73,216,63); }
div.DivClassName
{
background-color: #49D83F;
}
.BgClassName
{
background-color: #49D83F;
}
</style>
border-color css
<style>
span { border-color: #49D83F; }
span { border-color: rgb(73,216,63); }
td.TdClassName
{
border-color: #49D83F;
}
.TagClassName
{
border-color: #49D83F;
}
</style>