Shades of Lime Green #32FF49
Tints of Lime Green #32FF49
RGB
CMYK
RGB Variations
Color information
#32FF49 (or 0x32FF49) is known color: Lime Green. HEX triplet: 32, FF and 49. RGB value is (50,255,73). Sum of RGB (Red+Green+Blue) = 50+255+73=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 255 (100% from 255 or 67.46% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 255 - color contains mainly: green. Hex color #32FF49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FF49 is #CD00B6. Grayscale: #ADADAD. Windows color (decimal): -13435063 or 4849458. OLE color: 4849458.
HSL color Cylindrical-coordinate representation of color #32FF49: hue angle of 126.73º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FF49 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 73 | - |
| CMYK | 0.80 | 0 | 0.71 | 0 |
| HSL | 126.73º | 1% | 0.6% | - |
| HSV(B) | 126.73º | 0.8% | 1% | - |
| XYZ | 38.28 | 72.68 | 18.31 | - |
| YUV | 172.96 | 71.58 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 73 | 0.80 | 0 | 0.71 | 0 | 126.73 | 1 | 0.6 |
| Hex | 32 | FF | 49 | 50 | 0 | 47 | 0 | 7F | 64 | 3C |
| Octal | 62 | 377 | 111 | 120 | 0 | 107 | 0 | 177 | 144 | 74 |
| Binary | 110010 | 11111111 | 1001001 | 1010000 | 0 | 1000111 | 0 | 1111111 | 1100100 | 111100 |
Color Harmonies of #32FF49
Complementary color
Monochromatic Colors of #32FF49
Black with #32FF49
Text Example
Text Example
White with #32FF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FF49; }
p { color: rgb(50,255,73); }
H1.HeaderClassName
{
color: #32FF49;
}
.AnyTagClassName
{
color: #32FF49;
}
</style>
background-color css
<style>
a { background-color: #32FF49; }
a { background-color: rgb(50,255,73); }
div.DivClassName
{
background-color: #32FF49;
}
.BgClassName
{
background-color: #32FF49;
}
</style>
border-color css
<style>
span { border-color: #32FF49; }
span { border-color: rgb(50,255,73); }
td.TdClassName
{
border-color: #32FF49;
}
.TagClassName
{
border-color: #32FF49;
}
</style>