Shades of Lime Green #49F436
Tints of Lime Green #49F436
RGB
CMYK
RGB Variations
Color information
#49F436 (or 0x49F436) is known color: Lime Green. HEX triplet: 49, F4 and 36. RGB value is (73,244,54). Sum of RGB (Red+Green+Blue) = 73+244+54=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 244 (95.70% from 255 or 65.77% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 244 - color contains mainly: green. Hex color #49F436 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F436 is #B60BC9. Grayscale: #ABABAB. Windows color (decimal): -11930570 or 3601481. OLE color: 3601481.
HSL color Cylindrical-coordinate representation of color #49F436: hue angle of 114º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49F436 is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 244 | 54 | - |
| CMYK | 0.70 | 0 | 0.78 | 0.04 |
| HSL | 114º | 0.9% | 0.58% | - |
| HSV(B) | 114º | 0.78% | 0.96% | - |
| XYZ | 35.76 | 66.38 | 14.42 | - |
| YUV | 171.21 | 61.85 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 244 | 54 | 0.70 | 0 | 0.78 | 0.04 | 114 | 0.9 | 0.58 |
| Hex | 49 | F4 | 36 | 46 | 0 | 4E | 4 | 72 | 5A | 3A |
| Octal | 111 | 364 | 66 | 106 | 0 | 116 | 4 | 162 | 132 | 72 |
| Binary | 1001001 | 11110100 | 110110 | 1000110 | 0 | 1001110 | 100 | 1110010 | 1011010 | 111010 |
Color Harmonies of #49F436
Complementary color
Monochromatic Colors of #49F436
Black with #49F436
Text Example
Text Example
White with #49F436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F436; }
p { color: rgb(73,244,54); }
H1.HeaderClassName
{
color: #49F436;
}
.AnyTagClassName
{
color: #49F436;
}
</style>
background-color css
<style>
a { background-color: #49F436; }
a { background-color: rgb(73,244,54); }
div.DivClassName
{
background-color: #49F436;
}
.BgClassName
{
background-color: #49F436;
}
</style>
border-color css
<style>
span { border-color: #49F436; }
span { border-color: rgb(73,244,54); }
td.TdClassName
{
border-color: #49F436;
}
.TagClassName
{
border-color: #49F436;
}
</style>