Shades of Lime Green #49D33D
Tints of Lime Green #49D33D
RGB
CMYK
RGB Variations
Color information
#49D33D (or 0x49D33D) is known color: Lime Green. HEX triplet: 49, D3 and 3D. RGB value is (73,211,61). Sum of RGB (Red+Green+Blue) = 73+211+61=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 211 (82.81% from 255 or 61.16% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 211 - color contains mainly: green. Hex color #49D33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D33D is #B62CC2. Grayscale: #999999. Windows color (decimal): -11939011 or 4051785. OLE color: 4051785.
HSL color Cylindrical-coordinate representation of color #49D33D: hue angle of 115.2º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49D33D is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 211 | 61 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.17 |
| HSL | 115.2º | 0.63% | 0.53% | - |
| HSV(B) | 115.2º | 0.71% | 0.83% | - |
| XYZ | 26.88 | 48.34 | 12.33 | - |
| YUV | 152.64 | 76.28 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 211 | 61 | 0.65 | 0 | 0.71 | 0.17 | 115.2 | 0.63 | 0.53 |
| Hex | 49 | D3 | 3D | 41 | 0 | 47 | 11 | 73 | 3F | 35 |
| Octal | 111 | 323 | 75 | 101 | 0 | 107 | 21 | 163 | 77 | 65 |
| Binary | 1001001 | 11010011 | 111101 | 1000001 | 0 | 1000111 | 10001 | 1110011 | 111111 | 110101 |
Color Harmonies of #49D33D
Complementary color
Monochromatic Colors of #49D33D
Black with #49D33D
Text Example
Text Example
White with #49D33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D33D; }
p { color: rgb(73,211,61); }
H1.HeaderClassName
{
color: #49D33D;
}
.AnyTagClassName
{
color: #49D33D;
}
</style>
background-color css
<style>
a { background-color: #49D33D; }
a { background-color: rgb(73,211,61); }
div.DivClassName
{
background-color: #49D33D;
}
.BgClassName
{
background-color: #49D33D;
}
</style>
border-color css
<style>
span { border-color: #49D33D; }
span { border-color: rgb(73,211,61); }
td.TdClassName
{
border-color: #49D33D;
}
.TagClassName
{
border-color: #49D33D;
}
</style>