Shades of Lime Green #49CC3F
Tints of Lime Green #49CC3F
RGB
CMYK
RGB Variations
Color information
#49CC3F (or 0x49CC3F) is known color: Lime Green. HEX triplet: 49, CC and 3F. RGB value is (73,204,63). Sum of RGB (Red+Green+Blue) = 73+204+63=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 204 (80.08% from 255 or 60% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 204 - color contains mainly: green. Hex color #49CC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CC3F is #B633C0. Grayscale: #959595. Windows color (decimal): -11940801 or 4181065. OLE color: 4181065.
HSL color Cylindrical-coordinate representation of color #49CC3F: hue angle of 115.74º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49CC3F is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 204 | 63 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.2 |
| HSL | 115.74º | 0.58% | 0.52% | - |
| HSV(B) | 115.74º | 0.69% | 0.8% | - |
| XYZ | 25.24 | 44.96 | 12.05 | - |
| YUV | 148.76 | 79.6 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 204 | 63 | 0.64 | 0 | 0.69 | 0.2 | 115.74 | 0.58 | 0.52 |
| Hex | 49 | CC | 3F | 40 | 0 | 45 | 14 | 74 | 3A | 34 |
| Octal | 111 | 314 | 77 | 100 | 0 | 105 | 24 | 164 | 72 | 64 |
| Binary | 1001001 | 11001100 | 111111 | 1000000 | 0 | 1000101 | 10100 | 1110100 | 111010 | 110100 |
Color Harmonies of #49CC3F
Complementary color
Monochromatic Colors of #49CC3F
Black with #49CC3F
Text Example
Text Example
White with #49CC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CC3F; }
p { color: rgb(73,204,63); }
H1.HeaderClassName
{
color: #49CC3F;
}
.AnyTagClassName
{
color: #49CC3F;
}
</style>
background-color css
<style>
a { background-color: #49CC3F; }
a { background-color: rgb(73,204,63); }
div.DivClassName
{
background-color: #49CC3F;
}
.BgClassName
{
background-color: #49CC3F;
}
</style>
border-color css
<style>
span { border-color: #49CC3F; }
span { border-color: rgb(73,204,63); }
td.TdClassName
{
border-color: #49CC3F;
}
.TagClassName
{
border-color: #49CC3F;
}
</style>