Shades of Lime Green #32F448
Tints of Lime Green #32F448
RGB
CMYK
RGB Variations
Color information
#32F448 (or 0x32F448) is known color: Lime Green. HEX triplet: 32, F4 and 48. RGB value is (50,244,72). Sum of RGB (Red+Green+Blue) = 50+244+72=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 244 (95.70% from 255 or 66.67% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 244 - color contains mainly: green. Hex color #32F448 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F448 is #CD0BB7. Grayscale: #A6A6A6. Windows color (decimal): -13437880 or 4781106. OLE color: 4781106.
HSL color Cylindrical-coordinate representation of color #32F448: hue angle of 126.8º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F448 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 244 | 72 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.04 |
| HSL | 126.8º | 0.9% | 0.58% | - |
| HSV(B) | 126.8º | 0.8% | 0.96% | - |
| XYZ | 34.84 | 65.85 | 17 | - |
| YUV | 166.39 | 74.73 | 44.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 244 | 72 | 0.80 | 0 | 0.70 | 0.04 | 126.8 | 0.9 | 0.58 |
| Hex | 32 | F4 | 48 | 50 | 0 | 46 | 4 | 7F | 5A | 3A |
| Octal | 62 | 364 | 110 | 120 | 0 | 106 | 4 | 177 | 132 | 72 |
| Binary | 110010 | 11110100 | 1001000 | 1010000 | 0 | 1000110 | 100 | 1111111 | 1011010 | 111010 |
Color Harmonies of #32F448
Complementary color
Monochromatic Colors of #32F448
Black with #32F448
Text Example
Text Example
White with #32F448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F448; }
p { color: rgb(50,244,72); }
H1.HeaderClassName
{
color: #32F448;
}
.AnyTagClassName
{
color: #32F448;
}
</style>
background-color css
<style>
a { background-color: #32F448; }
a { background-color: rgb(50,244,72); }
div.DivClassName
{
background-color: #32F448;
}
.BgClassName
{
background-color: #32F448;
}
</style>
border-color css
<style>
span { border-color: #32F448; }
span { border-color: rgb(50,244,72); }
td.TdClassName
{
border-color: #32F448;
}
.TagClassName
{
border-color: #32F448;
}
</style>