Shades of Lime Green #49CF51
Tints of Lime Green #49CF51
RGB
CMYK
RGB Variations
Color information
#49CF51 (or 0x49CF51) is known color: Lime Green. HEX triplet: 49, CF and 51. RGB value is (73,207,81). Sum of RGB (Red+Green+Blue) = 73+207+81=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 207 (81.25% from 255 or 57.34% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CF51 is #B630AE. Grayscale: #989898. Windows color (decimal): -11940015 or 5361481. OLE color: 5361481.
HSL color Cylindrical-coordinate representation of color #49CF51: hue angle of 123.58º 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 #49CF51 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 207 | 81 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.19 |
| HSL | 123.58º | 0.58% | 0.55% | - |
| HSV(B) | 123.58º | 0.65% | 0.81% | - |
| XYZ | 26.55 | 46.64 | 15.39 | - |
| YUV | 152.57 | 87.61 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 81 | 0.65 | 0 | 0.61 | 0.19 | 123.58 | 0.58 | 0.55 |
| Hex | 49 | CF | 51 | 41 | 0 | 3D | 13 | 7C | 3A | 37 |
| Octal | 111 | 317 | 121 | 101 | 0 | 75 | 23 | 174 | 72 | 67 |
| Binary | 1001001 | 11001111 | 1010001 | 1000001 | 0 | 111101 | 10011 | 1111100 | 111010 | 110111 |
Color Harmonies of #49CF51
Complementary color
Monochromatic Colors of #49CF51
Black with #49CF51
Text Example
Text Example
White with #49CF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CF51; }
p { color: rgb(73,207,81); }
H1.HeaderClassName
{
color: #49CF51;
}
.AnyTagClassName
{
color: #49CF51;
}
</style>
background-color css
<style>
a { background-color: #49CF51; }
a { background-color: rgb(73,207,81); }
div.DivClassName
{
background-color: #49CF51;
}
.BgClassName
{
background-color: #49CF51;
}
</style>
border-color css
<style>
span { border-color: #49CF51; }
span { border-color: rgb(73,207,81); }
td.TdClassName
{
border-color: #49CF51;
}
.TagClassName
{
border-color: #49CF51;
}
</style>