Shades of Lime Green #49BF32
Tints of Lime Green #49BF32
RGB
CMYK
RGB Variations
Color information
#49BF32 (or 0x49BF32) is known color: Lime Green. HEX triplet: 49, BF and 32. RGB value is (73,191,50). Sum of RGB (Red+Green+Blue) = 73+191+50=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 191 (75% from 255 or 60.83% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BF32 is #B640CD. Grayscale: #8C8C8C. Windows color (decimal): -11944142 or 3325769. OLE color: 3325769.
HSL color Cylindrical-coordinate representation of color #49BF32: hue angle of 110.21º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49BF32 is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 191 | 50 | - |
| CMYK | 0.62 | 0 | 0.74 | 0.25 |
| HSL | 110.21º | 0.59% | 0.47% | - |
| HSV(B) | 110.21º | 0.74% | 0.75% | - |
| XYZ | 21.95 | 38.91 | 9.37 | - |
| YUV | 139.64 | 77.41 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 191 | 50 | 0.62 | 0 | 0.74 | 0.25 | 110.21 | 0.59 | 0.47 |
| Hex | 49 | BF | 32 | 3E | 0 | 4A | 19 | 6E | 3B | 2F |
| Octal | 111 | 277 | 62 | 76 | 0 | 112 | 31 | 156 | 73 | 57 |
| Binary | 1001001 | 10111111 | 110010 | 111110 | 0 | 1001010 | 11001 | 1101110 | 111011 | 101111 |
Color Harmonies of #49BF32
Complementary color
Monochromatic Colors of #49BF32
Black with #49BF32
Text Example
Text Example
White with #49BF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BF32; }
p { color: rgb(73,191,50); }
H1.HeaderClassName
{
color: #49BF32;
}
.AnyTagClassName
{
color: #49BF32;
}
</style>
background-color css
<style>
a { background-color: #49BF32; }
a { background-color: rgb(73,191,50); }
div.DivClassName
{
background-color: #49BF32;
}
.BgClassName
{
background-color: #49BF32;
}
</style>
border-color css
<style>
span { border-color: #49BF32; }
span { border-color: rgb(73,191,50); }
td.TdClassName
{
border-color: #49BF32;
}
.TagClassName
{
border-color: #49BF32;
}
</style>