Shades of Lime Green #32F526
Tints of Lime Green #32F526
RGB
CMYK
RGB Variations
Color information
#32F526 (or 0x32F526) is known color: Lime Green. HEX triplet: 32, F5 and 26. RGB value is (50,245,38). Sum of RGB (Red+Green+Blue) = 50+245+38=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 245 (96.09% from 255 or 73.57% from 333); Blue value is 38 (15.23% from 255 or 11.41% from 333); Max value from RGB is 245 - color contains mainly: green. Hex color #32F526 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F526 is #CD0AD9. Grayscale: #A3A3A3. Windows color (decimal): -13437658 or 2553138. OLE color: 2553138.
HSL color Cylindrical-coordinate representation of color #32F526: hue angle of 116.52º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32F526 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 245 | 38 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.04 |
| HSL | 116.52º | 0.91% | 0.55% | - |
| HSV(B) | 116.52º | 0.84% | 0.96% | - |
| XYZ | 34.32 | 66.12 | 12.79 | - |
| YUV | 163.1 | 57.4 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 245 | 38 | 0.80 | 0 | 0.84 | 0.04 | 116.52 | 0.91 | 0.55 |
| Hex | 32 | F5 | 26 | 50 | 0 | 54 | 4 | 75 | 5B | 37 |
| Octal | 62 | 365 | 46 | 120 | 0 | 124 | 4 | 165 | 133 | 67 |
| Binary | 110010 | 11110101 | 100110 | 1010000 | 0 | 1010100 | 100 | 1110101 | 1011011 | 110111 |
Color Harmonies of #32F526
Complementary color
Monochromatic Colors of #32F526
Black with #32F526
Text Example
Text Example
White with #32F526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F526; }
p { color: rgb(50,245,38); }
H1.HeaderClassName
{
color: #32F526;
}
.AnyTagClassName
{
color: #32F526;
}
</style>
background-color css
<style>
a { background-color: #32F526; }
a { background-color: rgb(50,245,38); }
div.DivClassName
{
background-color: #32F526;
}
.BgClassName
{
background-color: #32F526;
}
</style>
border-color css
<style>
span { border-color: #32F526; }
span { border-color: rgb(50,245,38); }
td.TdClassName
{
border-color: #32F526;
}
.TagClassName
{
border-color: #32F526;
}
</style>