Shades of Lime Green #49BF40
Tints of Lime Green #49BF40
RGB
CMYK
RGB Variations
Color information
#49BF40 (or 0x49BF40) is known color: Lime Green. HEX triplet: 49, BF and 40. RGB value is (73,191,64). Sum of RGB (Red+Green+Blue) = 73+191+64=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 191 (75% from 255 or 58.23% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BF40 is #B640BF. Grayscale: #8D8D8D. Windows color (decimal): -11944128 or 4243273. OLE color: 4243273.
HSL color Cylindrical-coordinate representation of color #49BF40: hue angle of 115.75º 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 #49BF40 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 191 | 64 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.25 |
| HSL | 115.75º | 0.5% | 0.5% | - |
| HSV(B) | 115.75º | 0.66% | 0.75% | - |
| XYZ | 22.3 | 39.05 | 11.21 | - |
| YUV | 141.24 | 84.41 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 191 | 64 | 0.62 | 0 | 0.66 | 0.25 | 115.75 | 0.5 | 0.5 |
| Hex | 49 | BF | 40 | 3E | 0 | 42 | 19 | 74 | 32 | 32 |
| Octal | 111 | 277 | 100 | 76 | 0 | 102 | 31 | 164 | 62 | 62 |
| Binary | 1001001 | 10111111 | 1000000 | 111110 | 0 | 1000010 | 11001 | 1110100 | 110010 | 110010 |
Color Harmonies of #49BF40
Complementary color
Monochromatic Colors of #49BF40
Black with #49BF40
Text Example
Text Example
White with #49BF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BF40; }
p { color: rgb(73,191,64); }
H1.HeaderClassName
{
color: #49BF40;
}
.AnyTagClassName
{
color: #49BF40;
}
</style>
background-color css
<style>
a { background-color: #49BF40; }
a { background-color: rgb(73,191,64); }
div.DivClassName
{
background-color: #49BF40;
}
.BgClassName
{
background-color: #49BF40;
}
</style>
border-color css
<style>
span { border-color: #49BF40; }
span { border-color: rgb(73,191,64); }
td.TdClassName
{
border-color: #49BF40;
}
.TagClassName
{
border-color: #49BF40;
}
</style>