Shades of Lime Green #32F329
Tints of Lime Green #32F329
RGB
CMYK
RGB Variations
Color information
#32F329 (or 0x32F329) is known color: Lime Green. HEX triplet: 32, F3 and 29. RGB value is (50,243,41). Sum of RGB (Red+Green+Blue) = 50+243+41=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 243 (95.31% from 255 or 72.75% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 243 - color contains mainly: green. Hex color #32F329 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F329 is #CD0CD6. Grayscale: #A2A2A2. Windows color (decimal): -13438167 or 2749234. OLE color: 2749234.
HSL color Cylindrical-coordinate representation of color #32F329: hue angle of 117.33º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32F329 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 243 | 41 | - |
| CMYK | 0.79 | 0 | 0.83 | 0.05 |
| HSL | 117.33º | 0.89% | 0.56% | - |
| HSV(B) | 117.33º | 0.83% | 0.95% | - |
| XYZ | 33.77 | 64.94 | 12.85 | - |
| YUV | 162.27 | 59.56 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 243 | 41 | 0.79 | 0 | 0.83 | 0.05 | 117.33 | 0.89 | 0.56 |
| Hex | 32 | F3 | 29 | 4F | 0 | 53 | 5 | 75 | 59 | 38 |
| Octal | 62 | 363 | 51 | 117 | 0 | 123 | 5 | 165 | 131 | 70 |
| Binary | 110010 | 11110011 | 101001 | 1001111 | 0 | 1010011 | 101 | 1110101 | 1011001 | 111000 |
Color Harmonies of #32F329
Complementary color
Monochromatic Colors of #32F329
Black with #32F329
Text Example
Text Example
White with #32F329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F329; }
p { color: rgb(50,243,41); }
H1.HeaderClassName
{
color: #32F329;
}
.AnyTagClassName
{
color: #32F329;
}
</style>
background-color css
<style>
a { background-color: #32F329; }
a { background-color: rgb(50,243,41); }
div.DivClassName
{
background-color: #32F329;
}
.BgClassName
{
background-color: #32F329;
}
</style>
border-color css
<style>
span { border-color: #32F329; }
span { border-color: rgb(50,243,41); }
td.TdClassName
{
border-color: #32F329;
}
.TagClassName
{
border-color: #32F329;
}
</style>