Shades of Lime Green #49FB39
Tints of Lime Green #49FB39
RGB
CMYK
RGB Variations
Color information
#49FB39 (or 0x49FB39) is known color: Lime Green. HEX triplet: 49, FB and 39. RGB value is (73,251,57). Sum of RGB (Red+Green+Blue) = 73+251+57=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 251 (98.44% from 255 or 65.88% from 381); Blue value is 57 (22.66% from 255 or 14.96% from 381); Max value from RGB is 251 - color contains mainly: green. Hex color #49FB39 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FB39 is #B604C6. Grayscale: #B0B0B0. Windows color (decimal): -11928775 or 3799881. OLE color: 3799881.
HSL color Cylindrical-coordinate representation of color #49FB39: hue angle of 115.05º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49FB39 is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 251 | 57 | - |
| CMYK | 0.71 | 0 | 0.77 | 0.02 |
| HSL | 115.05º | 0.96% | 0.6% | - |
| HSV(B) | 115.05º | 0.77% | 0.98% | - |
| XYZ | 37.98 | 70.71 | 15.52 | - |
| YUV | 175.66 | 61.03 | 54.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 251 | 57 | 0.71 | 0 | 0.77 | 0.02 | 115.05 | 0.96 | 0.6 |
| Hex | 49 | FB | 39 | 47 | 0 | 4D | 2 | 73 | 60 | 3C |
| Octal | 111 | 373 | 71 | 107 | 0 | 115 | 2 | 163 | 140 | 74 |
| Binary | 1001001 | 11111011 | 111001 | 1000111 | 0 | 1001101 | 10 | 1110011 | 1100000 | 111100 |
Color Harmonies of #49FB39
Complementary color
Monochromatic Colors of #49FB39
Black with #49FB39
Text Example
Text Example
White with #49FB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FB39; }
p { color: rgb(73,251,57); }
H1.HeaderClassName
{
color: #49FB39;
}
.AnyTagClassName
{
color: #49FB39;
}
</style>
background-color css
<style>
a { background-color: #49FB39; }
a { background-color: rgb(73,251,57); }
div.DivClassName
{
background-color: #49FB39;
}
.BgClassName
{
background-color: #49FB39;
}
</style>
border-color css
<style>
span { border-color: #49FB39; }
span { border-color: rgb(73,251,57); }
td.TdClassName
{
border-color: #49FB39;
}
.TagClassName
{
border-color: #49FB39;
}
</style>