Shades of Lime Green #49CE51
Tints of Lime Green #49CE51
RGB
CMYK
RGB Variations
Color information
#49CE51 (or 0x49CE51) is known color: Lime Green. HEX triplet: 49, CE and 51. RGB value is (73,206,81). Sum of RGB (Red+Green+Blue) = 73+206+81=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 206 (80.86% from 255 or 57.22% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 206 - color contains mainly: green. Hex color #49CE51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CE51 is #B631AE. Grayscale: #989898. Windows color (decimal): -11940271 or 5361225. OLE color: 5361225.
HSL color Cylindrical-coordinate representation of color #49CE51: hue angle of 123.61º 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 #49CE51 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 81 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.19 |
| HSL | 123.61º | 0.58% | 0.55% | - |
| HSV(B) | 123.61º | 0.65% | 0.81% | - |
| XYZ | 26.3 | 46.15 | 15.31 | - |
| YUV | 151.98 | 87.94 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 81 | 0.65 | 0 | 0.61 | 0.19 | 123.61 | 0.58 | 0.55 |
| Hex | 49 | CE | 51 | 41 | 0 | 3D | 13 | 7C | 3A | 37 |
| Octal | 111 | 316 | 121 | 101 | 0 | 75 | 23 | 174 | 72 | 67 |
| Binary | 1001001 | 11001110 | 1010001 | 1000001 | 0 | 111101 | 10011 | 1111100 | 111010 | 110111 |
Color Harmonies of #49CE51
Complementary color
Monochromatic Colors of #49CE51
Black with #49CE51
Text Example
Text Example
White with #49CE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CE51; }
p { color: rgb(73,206,81); }
H1.HeaderClassName
{
color: #49CE51;
}
.AnyTagClassName
{
color: #49CE51;
}
</style>
background-color css
<style>
a { background-color: #49CE51; }
a { background-color: rgb(73,206,81); }
div.DivClassName
{
background-color: #49CE51;
}
.BgClassName
{
background-color: #49CE51;
}
</style>
border-color css
<style>
span { border-color: #49CE51; }
span { border-color: rgb(73,206,81); }
td.TdClassName
{
border-color: #49CE51;
}
.TagClassName
{
border-color: #49CE51;
}
</style>