Shades of Lime Green #49CE3F
Tints of Lime Green #49CE3F
RGB
CMYK
RGB Variations
Color information
#49CE3F (or 0x49CE3F) is known color: Lime Green. HEX triplet: 49, CE and 3F. RGB value is (73,206,63). Sum of RGB (Red+Green+Blue) = 73+206+63=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 206 (80.86% from 255 or 60.23% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 206 - color contains mainly: green. Hex color #49CE3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CE3F is #B631C0. Grayscale: #969696. Windows color (decimal): -11940289 or 4181577. OLE color: 4181577.
HSL color Cylindrical-coordinate representation of color #49CE3F: hue angle of 115.8º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49CE3F is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 63 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.19 |
| HSL | 115.8º | 0.59% | 0.53% | - |
| HSV(B) | 115.8º | 0.69% | 0.81% | - |
| XYZ | 25.72 | 45.92 | 12.21 | - |
| YUV | 149.93 | 78.94 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 63 | 0.65 | 0 | 0.69 | 0.19 | 115.8 | 0.59 | 0.53 |
| Hex | 49 | CE | 3F | 41 | 0 | 45 | 13 | 74 | 3B | 35 |
| Octal | 111 | 316 | 77 | 101 | 0 | 105 | 23 | 164 | 73 | 65 |
| Binary | 1001001 | 11001110 | 111111 | 1000001 | 0 | 1000101 | 10011 | 1110100 | 111011 | 110101 |
Color Harmonies of #49CE3F
Complementary color
Monochromatic Colors of #49CE3F
Black with #49CE3F
Text Example
Text Example
White with #49CE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CE3F; }
p { color: rgb(73,206,63); }
H1.HeaderClassName
{
color: #49CE3F;
}
.AnyTagClassName
{
color: #49CE3F;
}
</style>
background-color css
<style>
a { background-color: #49CE3F; }
a { background-color: rgb(73,206,63); }
div.DivClassName
{
background-color: #49CE3F;
}
.BgClassName
{
background-color: #49CE3F;
}
</style>
border-color css
<style>
span { border-color: #49CE3F; }
span { border-color: rgb(73,206,63); }
td.TdClassName
{
border-color: #49CE3F;
}
.TagClassName
{
border-color: #49CE3F;
}
</style>