Shades of Lime Green #49CE4F
Tints of Lime Green #49CE4F
RGB
CMYK
RGB Variations
Color information
#49CE4F (or 0x49CE4F) is known color: Lime Green. HEX triplet: 49, CE and 4F. RGB value is (73,206,79). Sum of RGB (Red+Green+Blue) = 73+206+79=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 206 (80.86% from 255 or 57.54% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 206 - color contains mainly: green. Hex color #49CE4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CE4F is #B631B0. Grayscale: #989898. Windows color (decimal): -11940273 or 5230153. OLE color: 5230153.
HSL color Cylindrical-coordinate representation of color #49CE4F: hue angle of 122.71º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CE4F is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 79 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.19 |
| HSL | 122.71º | 0.58% | 0.55% | - |
| HSV(B) | 122.71º | 0.65% | 0.81% | - |
| XYZ | 26.23 | 46.12 | 14.92 | - |
| YUV | 151.76 | 86.94 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 79 | 0.65 | 0 | 0.62 | 0.19 | 122.71 | 0.58 | 0.55 |
| Hex | 49 | CE | 4F | 41 | 0 | 3E | 13 | 7B | 3A | 37 |
| Octal | 111 | 316 | 117 | 101 | 0 | 76 | 23 | 173 | 72 | 67 |
| Binary | 1001001 | 11001110 | 1001111 | 1000001 | 0 | 111110 | 10011 | 1111011 | 111010 | 110111 |
Color Harmonies of #49CE4F
Complementary color
Monochromatic Colors of #49CE4F
Black with #49CE4F
Text Example
Text Example
White with #49CE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CE4F; }
p { color: rgb(73,206,79); }
H1.HeaderClassName
{
color: #49CE4F;
}
.AnyTagClassName
{
color: #49CE4F;
}
</style>
background-color css
<style>
a { background-color: #49CE4F; }
a { background-color: rgb(73,206,79); }
div.DivClassName
{
background-color: #49CE4F;
}
.BgClassName
{
background-color: #49CE4F;
}
</style>
border-color css
<style>
span { border-color: #49CE4F; }
span { border-color: rgb(73,206,79); }
td.TdClassName
{
border-color: #49CE4F;
}
.TagClassName
{
border-color: #49CE4F;
}
</style>