Shades of Lime Green #49D94B
Tints of Lime Green #49D94B
RGB
CMYK
RGB Variations
Color information
#49D94B (or 0x49D94B) is known color: Lime Green. HEX triplet: 49, D9 and 4B. RGB value is (73,217,75). Sum of RGB (Red+Green+Blue) = 73+217+75=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 217 (85.16% from 255 or 59.45% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 217 - color contains mainly: green. Hex color #49D94B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D94B is #B626B4. Grayscale: #9E9E9E. Windows color (decimal): -11937461 or 4970825. OLE color: 4970825.
HSL color Cylindrical-coordinate representation of color #49D94B: hue angle of 120.83º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D94B is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 217 | 75 | - |
| CMYK | 0.66 | 0 | 0.65 | 0.15 |
| HSL | 120.83º | 0.65% | 0.57% | - |
| HSV(B) | 120.83º | 0.66% | 0.85% | - |
| XYZ | 28.83 | 51.55 | 15.09 | - |
| YUV | 157.76 | 81.29 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 217 | 75 | 0.66 | 0 | 0.65 | 0.15 | 120.83 | 0.65 | 0.57 |
| Hex | 49 | D9 | 4B | 42 | 0 | 41 | F | 79 | 41 | 39 |
| Octal | 111 | 331 | 113 | 102 | 0 | 101 | 17 | 171 | 101 | 71 |
| Binary | 1001001 | 11011001 | 1001011 | 1000010 | 0 | 1000001 | 1111 | 1111001 | 1000001 | 111001 |
Color Harmonies of #49D94B
Complementary color
Monochromatic Colors of #49D94B
Black with #49D94B
Text Example
Text Example
White with #49D94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D94B; }
p { color: rgb(73,217,75); }
H1.HeaderClassName
{
color: #49D94B;
}
.AnyTagClassName
{
color: #49D94B;
}
</style>
background-color css
<style>
a { background-color: #49D94B; }
a { background-color: rgb(73,217,75); }
div.DivClassName
{
background-color: #49D94B;
}
.BgClassName
{
background-color: #49D94B;
}
</style>
border-color css
<style>
span { border-color: #49D94B; }
span { border-color: rgb(73,217,75); }
td.TdClassName
{
border-color: #49D94B;
}
.TagClassName
{
border-color: #49D94B;
}
</style>