Shades of Lime Green #32F848
Tints of Lime Green #32F848
RGB
CMYK
RGB Variations
Color information
#32F848 (or 0x32F848) is known color: Lime Green. HEX triplet: 32, F8 and 48. RGB value is (50,248,72). Sum of RGB (Red+Green+Blue) = 50+248+72=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 248 (97.27% from 255 or 67.03% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 248 - color contains mainly: green. Hex color #32F848 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F848 is #CD07B7. Grayscale: #A9A9A9. Windows color (decimal): -13436856 or 4782130. OLE color: 4782130.
HSL color Cylindrical-coordinate representation of color #32F848: hue angle of 126.67º 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 #32F848 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 248 | 72 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.03 |
| HSL | 126.67º | 0.93% | 0.58% | - |
| HSV(B) | 126.67º | 0.8% | 0.97% | - |
| XYZ | 36.05 | 68.28 | 17.41 | - |
| YUV | 168.73 | 73.4 | 43.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 248 | 72 | 0.80 | 0 | 0.71 | 0.03 | 126.67 | 0.93 | 0.58 |
| Hex | 32 | F8 | 48 | 50 | 0 | 47 | 3 | 7F | 5D | 3A |
| Octal | 62 | 370 | 110 | 120 | 0 | 107 | 3 | 177 | 135 | 72 |
| Binary | 110010 | 11111000 | 1001000 | 1010000 | 0 | 1000111 | 11 | 1111111 | 1011101 | 111010 |
Color Harmonies of #32F848
Complementary color
Monochromatic Colors of #32F848
Black with #32F848
Text Example
Text Example
White with #32F848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F848; }
p { color: rgb(50,248,72); }
H1.HeaderClassName
{
color: #32F848;
}
.AnyTagClassName
{
color: #32F848;
}
</style>
background-color css
<style>
a { background-color: #32F848; }
a { background-color: rgb(50,248,72); }
div.DivClassName
{
background-color: #32F848;
}
.BgClassName
{
background-color: #32F848;
}
</style>
border-color css
<style>
span { border-color: #32F848; }
span { border-color: rgb(50,248,72); }
td.TdClassName
{
border-color: #32F848;
}
.TagClassName
{
border-color: #32F848;
}
</style>