Shades of Lime Green #49BE40
Tints of Lime Green #49BE40
RGB
CMYK
RGB Variations
Color information
#49BE40 (or 0x49BE40) is known color: Lime Green. HEX triplet: 49, BE and 40. RGB value is (73,190,64). Sum of RGB (Red+Green+Blue) = 73+190+64=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 190 (74.61% from 255 or 58.10% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BE40 is #B641BF. Grayscale: #8D8D8D. Windows color (decimal): -11944384 or 4243017. OLE color: 4243017.
HSL color Cylindrical-coordinate representation of color #49BE40: hue angle of 115.71º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49BE40 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 190 | 64 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.25 |
| HSL | 115.71º | 0.5% | 0.5% | - |
| HSV(B) | 115.71º | 0.66% | 0.75% | - |
| XYZ | 22.09 | 38.61 | 11.14 | - |
| YUV | 140.65 | 84.74 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 190 | 64 | 0.62 | 0 | 0.66 | 0.25 | 115.71 | 0.5 | 0.5 |
| Hex | 49 | BE | 40 | 3E | 0 | 42 | 19 | 74 | 32 | 32 |
| Octal | 111 | 276 | 100 | 76 | 0 | 102 | 31 | 164 | 62 | 62 |
| Binary | 1001001 | 10111110 | 1000000 | 111110 | 0 | 1000010 | 11001 | 1110100 | 110010 | 110010 |
Color Harmonies of #49BE40
Complementary color
Monochromatic Colors of #49BE40
Black with #49BE40
Text Example
Text Example
White with #49BE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BE40; }
p { color: rgb(73,190,64); }
H1.HeaderClassName
{
color: #49BE40;
}
.AnyTagClassName
{
color: #49BE40;
}
</style>
background-color css
<style>
a { background-color: #49BE40; }
a { background-color: rgb(73,190,64); }
div.DivClassName
{
background-color: #49BE40;
}
.BgClassName
{
background-color: #49BE40;
}
</style>
border-color css
<style>
span { border-color: #49BE40; }
span { border-color: rgb(73,190,64); }
td.TdClassName
{
border-color: #49BE40;
}
.TagClassName
{
border-color: #49BE40;
}
</style>