Shades of Lime Green #32F849
Tints of Lime Green #32F849
RGB
CMYK
RGB Variations
Color information
#32F849 (or 0x32F849) is known color: Lime Green. HEX triplet: 32, F8 and 49. RGB value is (50,248,73). Sum of RGB (Red+Green+Blue) = 50+248+73=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 248 (97.27% from 255 or 66.85% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 248 - color contains mainly: green. Hex color #32F849 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F849 is #CD07B6. Grayscale: #A9A9A9. Windows color (decimal): -13436855 or 4847666. OLE color: 4847666.
HSL color Cylindrical-coordinate representation of color #32F849: hue angle of 126.97º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F849 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 248 | 73 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.03 |
| HSL | 126.97º | 0.93% | 0.58% | - |
| HSV(B) | 126.97º | 0.8% | 0.97% | - |
| XYZ | 36.09 | 68.29 | 17.58 | - |
| YUV | 168.85 | 73.9 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 248 | 73 | 0.80 | 0 | 0.71 | 0.03 | 126.97 | 0.93 | 0.58 |
| Hex | 32 | F8 | 49 | 50 | 0 | 47 | 3 | 7F | 5D | 3A |
| Octal | 62 | 370 | 111 | 120 | 0 | 107 | 3 | 177 | 135 | 72 |
| Binary | 110010 | 11111000 | 1001001 | 1010000 | 0 | 1000111 | 11 | 1111111 | 1011101 | 111010 |
Color Harmonies of #32F849
Complementary color
Monochromatic Colors of #32F849
Black with #32F849
Text Example
Text Example
White with #32F849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F849; }
p { color: rgb(50,248,73); }
H1.HeaderClassName
{
color: #32F849;
}
.AnyTagClassName
{
color: #32F849;
}
</style>
background-color css
<style>
a { background-color: #32F849; }
a { background-color: rgb(50,248,73); }
div.DivClassName
{
background-color: #32F849;
}
.BgClassName
{
background-color: #32F849;
}
</style>
border-color css
<style>
span { border-color: #32F849; }
span { border-color: rgb(50,248,73); }
td.TdClassName
{
border-color: #32F849;
}
.TagClassName
{
border-color: #32F849;
}
</style>