Shades of Lime Green #49D04B
Tints of Lime Green #49D04B
RGB
CMYK
RGB Variations
Color information
#49D04B (or 0x49D04B) is known color: Lime Green. HEX triplet: 49, D0 and 4B. RGB value is (73,208,75). Sum of RGB (Red+Green+Blue) = 73+208+75=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 208 (81.64% from 255 or 58.43% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 208 - color contains mainly: green. Hex color #49D04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D04B is #B62FB4. Grayscale: #989898. Windows color (decimal): -11939765 or 4968521. OLE color: 4968521.
HSL color Cylindrical-coordinate representation of color #49D04B: hue angle of 120.89º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D04B is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 208 | 75 | - |
| CMYK | 0.65 | 0 | 0.64 | 0.18 |
| HSL | 120.89º | 0.59% | 0.55% | - |
| HSV(B) | 120.89º | 0.65% | 0.82% | - |
| XYZ | 26.57 | 47.04 | 14.33 | - |
| YUV | 152.47 | 84.27 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 208 | 75 | 0.65 | 0 | 0.64 | 0.18 | 120.89 | 0.59 | 0.55 |
| Hex | 49 | D0 | 4B | 41 | 0 | 40 | 12 | 79 | 3B | 37 |
| Octal | 111 | 320 | 113 | 101 | 0 | 100 | 22 | 171 | 73 | 67 |
| Binary | 1001001 | 11010000 | 1001011 | 1000001 | 0 | 1000000 | 10010 | 1111001 | 111011 | 110111 |
Color Harmonies of #49D04B
Complementary color
Monochromatic Colors of #49D04B
Black with #49D04B
Text Example
Text Example
White with #49D04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D04B; }
p { color: rgb(73,208,75); }
H1.HeaderClassName
{
color: #49D04B;
}
.AnyTagClassName
{
color: #49D04B;
}
</style>
background-color css
<style>
a { background-color: #49D04B; }
a { background-color: rgb(73,208,75); }
div.DivClassName
{
background-color: #49D04B;
}
.BgClassName
{
background-color: #49D04B;
}
</style>
border-color css
<style>
span { border-color: #49D04B; }
span { border-color: rgb(73,208,75); }
td.TdClassName
{
border-color: #49D04B;
}
.TagClassName
{
border-color: #49D04B;
}
</style>