Shades of Lime Green #32BE49
Tints of Lime Green #32BE49
RGB
CMYK
RGB Variations
Color information
#32BE49 (or 0x32BE49) is known color: Lime Green. HEX triplet: 32, BE and 49. RGB value is (50,190,73). Sum of RGB (Red+Green+Blue) = 50+190+73=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 190 (74.61% from 255 or 60.70% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 190 - color contains mainly: green. Hex color #32BE49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BE49 is #CD41B6. Grayscale: #878787. Windows color (decimal): -13451703 or 4832818. OLE color: 4832818.
HSL color Cylindrical-coordinate representation of color #32BE49: hue angle of 129.86º degrees, saturation: 0.58, 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 #32BE49 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 190 | 73 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.25 |
| HSL | 129.86º | 0.58% | 0.47% | - |
| HSV(B) | 129.86º | 0.74% | 0.75% | - |
| XYZ | 20.93 | 37.99 | 12.53 | - |
| YUV | 134.8 | 93.12 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 73 | 0.74 | 0 | 0.62 | 0.25 | 129.86 | 0.58 | 0.47 |
| Hex | 32 | BE | 49 | 4A | 0 | 3E | 19 | 82 | 3A | 2F |
| Octal | 62 | 276 | 111 | 112 | 0 | 76 | 31 | 202 | 72 | 57 |
| Binary | 110010 | 10111110 | 1001001 | 1001010 | 0 | 111110 | 11001 | 10000010 | 111010 | 101111 |
Color Harmonies of #32BE49
Complementary color
Monochromatic Colors of #32BE49
Black with #32BE49
Text Example
Text Example
White with #32BE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BE49; }
p { color: rgb(50,190,73); }
H1.HeaderClassName
{
color: #32BE49;
}
.AnyTagClassName
{
color: #32BE49;
}
</style>
background-color css
<style>
a { background-color: #32BE49; }
a { background-color: rgb(50,190,73); }
div.DivClassName
{
background-color: #32BE49;
}
.BgClassName
{
background-color: #32BE49;
}
</style>
border-color css
<style>
span { border-color: #32BE49; }
span { border-color: rgb(50,190,73); }
td.TdClassName
{
border-color: #32BE49;
}
.TagClassName
{
border-color: #32BE49;
}
</style>