Shades of Lime Green #32F64B
Tints of Lime Green #32F64B
RGB
CMYK
RGB Variations
Color information
#32F64B (or 0x32F64B) is known color: Lime Green. HEX triplet: 32, F6 and 4B. RGB value is (50,246,75). Sum of RGB (Red+Green+Blue) = 50+246+75=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 246 (96.48% from 255 or 66.31% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 246 - color contains mainly: green. Hex color #32F64B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F64B is #CD09B4. Grayscale: #A8A8A8. Windows color (decimal): -13437365 or 4978226. OLE color: 4978226.
HSL color Cylindrical-coordinate representation of color #32F64B: hue angle of 127.65º degrees, saturation: 0.92, 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 #32F64B is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 246 | 75 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.04 |
| HSL | 127.65º | 0.92% | 0.58% | - |
| HSV(B) | 127.65º | 0.8% | 0.96% | - |
| XYZ | 35.54 | 67.1 | 17.73 | - |
| YUV | 167.9 | 75.57 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 246 | 75 | 0.80 | 0 | 0.70 | 0.04 | 127.65 | 0.92 | 0.58 |
| Hex | 32 | F6 | 4B | 50 | 0 | 46 | 4 | 80 | 5C | 3A |
| Octal | 62 | 366 | 113 | 120 | 0 | 106 | 4 | 200 | 134 | 72 |
| Binary | 110010 | 11110110 | 1001011 | 1010000 | 0 | 1000110 | 100 | 10000000 | 1011100 | 111010 |
Color Harmonies of #32F64B
Complementary color
Monochromatic Colors of #32F64B
Black with #32F64B
Text Example
Text Example
White with #32F64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F64B; }
p { color: rgb(50,246,75); }
H1.HeaderClassName
{
color: #32F64B;
}
.AnyTagClassName
{
color: #32F64B;
}
</style>
background-color css
<style>
a { background-color: #32F64B; }
a { background-color: rgb(50,246,75); }
div.DivClassName
{
background-color: #32F64B;
}
.BgClassName
{
background-color: #32F64B;
}
</style>
border-color css
<style>
span { border-color: #32F64B; }
span { border-color: rgb(50,246,75); }
td.TdClassName
{
border-color: #32F64B;
}
.TagClassName
{
border-color: #32F64B;
}
</style>