Shades of Lime Green #49BF41
Tints of Lime Green #49BF41
RGB
CMYK
RGB Variations
Color information
#49BF41 (or 0x49BF41) is known color: Lime Green. HEX triplet: 49, BF and 41. RGB value is (73,191,65). Sum of RGB (Red+Green+Blue) = 73+191+65=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 191 (75% from 255 or 58.05% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BF41 is #B640BE. Grayscale: #8D8D8D. Windows color (decimal): -11944127 or 4308809. OLE color: 4308809.
HSL color Cylindrical-coordinate representation of color #49BF41: hue angle of 116.19º 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 #49BF41 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 191 | 65 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.25 |
| HSL | 116.19º | 0.5% | 0.5% | - |
| HSV(B) | 116.19º | 0.66% | 0.75% | - |
| XYZ | 22.33 | 39.06 | 11.36 | - |
| YUV | 141.35 | 84.91 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 191 | 65 | 0.62 | 0 | 0.66 | 0.25 | 116.19 | 0.5 | 0.5 |
| Hex | 49 | BF | 41 | 3E | 0 | 42 | 19 | 74 | 32 | 32 |
| Octal | 111 | 277 | 101 | 76 | 0 | 102 | 31 | 164 | 62 | 62 |
| Binary | 1001001 | 10111111 | 1000001 | 111110 | 0 | 1000010 | 11001 | 1110100 | 110010 | 110010 |
Color Harmonies of #49BF41
Complementary color
Monochromatic Colors of #49BF41
Black with #49BF41
Text Example
Text Example
White with #49BF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BF41; }
p { color: rgb(73,191,65); }
H1.HeaderClassName
{
color: #49BF41;
}
.AnyTagClassName
{
color: #49BF41;
}
</style>
background-color css
<style>
a { background-color: #49BF41; }
a { background-color: rgb(73,191,65); }
div.DivClassName
{
background-color: #49BF41;
}
.BgClassName
{
background-color: #49BF41;
}
</style>
border-color css
<style>
span { border-color: #49BF41; }
span { border-color: rgb(73,191,65); }
td.TdClassName
{
border-color: #49BF41;
}
.TagClassName
{
border-color: #49BF41;
}
</style>