Shades of Lime Green #49D83D
Tints of Lime Green #49D83D
RGB
CMYK
RGB Variations
Color information
#49D83D (or 0x49D83D) is known color: Lime Green. HEX triplet: 49, D8 and 3D. RGB value is (73,216,61). Sum of RGB (Red+Green+Blue) = 73+216+61=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 216 (84.77% from 255 or 61.71% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 216 - color contains mainly: green. Hex color #49D83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D83D is #B627C2. Grayscale: #9C9C9C. Windows color (decimal): -11937731 or 4053065. OLE color: 4053065.
HSL color Cylindrical-coordinate representation of color #49D83D: hue angle of 115.35º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49D83D is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 216 | 61 | - |
| CMYK | 0.66 | 0 | 0.72 | 0.15 |
| HSL | 115.35º | 0.67% | 0.54% | - |
| HSV(B) | 115.35º | 0.72% | 0.85% | - |
| XYZ | 28.15 | 50.87 | 12.75 | - |
| YUV | 155.57 | 74.62 | 69.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 216 | 61 | 0.66 | 0 | 0.72 | 0.15 | 115.35 | 0.67 | 0.54 |
| Hex | 49 | D8 | 3D | 42 | 0 | 48 | F | 73 | 43 | 36 |
| Octal | 111 | 330 | 75 | 102 | 0 | 110 | 17 | 163 | 103 | 66 |
| Binary | 1001001 | 11011000 | 111101 | 1000010 | 0 | 1001000 | 1111 | 1110011 | 1000011 | 110110 |
Color Harmonies of #49D83D
Complementary color
Monochromatic Colors of #49D83D
Black with #49D83D
Text Example
Text Example
White with #49D83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D83D; }
p { color: rgb(73,216,61); }
H1.HeaderClassName
{
color: #49D83D;
}
.AnyTagClassName
{
color: #49D83D;
}
</style>
background-color css
<style>
a { background-color: #49D83D; }
a { background-color: rgb(73,216,61); }
div.DivClassName
{
background-color: #49D83D;
}
.BgClassName
{
background-color: #49D83D;
}
</style>
border-color css
<style>
span { border-color: #49D83D; }
span { border-color: rgb(73,216,61); }
td.TdClassName
{
border-color: #49D83D;
}
.TagClassName
{
border-color: #49D83D;
}
</style>