Shades of Lime Green #49CC3D
Tints of Lime Green #49CC3D
RGB
CMYK
RGB Variations
Color information
#49CC3D (or 0x49CC3D) is known color: Lime Green. HEX triplet: 49, CC and 3D. RGB value is (73,204,61). Sum of RGB (Red+Green+Blue) = 73+204+61=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 204 (80.08% from 255 or 60.36% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 204 - color contains mainly: green. Hex color #49CC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CC3D is #B633C2. Grayscale: #949494. Windows color (decimal): -11940803 or 4049993. OLE color: 4049993.
HSL color Cylindrical-coordinate representation of color #49CC3D: hue angle of 114.97º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49CC3D is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 204 | 61 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.2 |
| HSL | 114.97º | 0.58% | 0.52% | - |
| HSV(B) | 114.97º | 0.7% | 0.8% | - |
| XYZ | 25.18 | 44.94 | 11.76 | - |
| YUV | 148.53 | 78.6 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 204 | 61 | 0.64 | 0 | 0.70 | 0.2 | 114.97 | 0.58 | 0.52 |
| Hex | 49 | CC | 3D | 40 | 0 | 46 | 14 | 73 | 3A | 34 |
| Octal | 111 | 314 | 75 | 100 | 0 | 106 | 24 | 163 | 72 | 64 |
| Binary | 1001001 | 11001100 | 111101 | 1000000 | 0 | 1000110 | 10100 | 1110011 | 111010 | 110100 |
Color Harmonies of #49CC3D
Complementary color
Monochromatic Colors of #49CC3D
Black with #49CC3D
Text Example
Text Example
White with #49CC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CC3D; }
p { color: rgb(73,204,61); }
H1.HeaderClassName
{
color: #49CC3D;
}
.AnyTagClassName
{
color: #49CC3D;
}
</style>
background-color css
<style>
a { background-color: #49CC3D; }
a { background-color: rgb(73,204,61); }
div.DivClassName
{
background-color: #49CC3D;
}
.BgClassName
{
background-color: #49CC3D;
}
</style>
border-color css
<style>
span { border-color: #49CC3D; }
span { border-color: rgb(73,204,61); }
td.TdClassName
{
border-color: #49CC3D;
}
.TagClassName
{
border-color: #49CC3D;
}
</style>