Shades of Lime Green #32F63B
Tints of Lime Green #32F63B
RGB
CMYK
RGB Variations
Color information
#32F63B (or 0x32F63B) is known color: Lime Green. HEX triplet: 32, F6 and 3B. RGB value is (50,246,59). Sum of RGB (Red+Green+Blue) = 50+246+59=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 246 (96.48% from 255 or 69.30% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 246 - color contains mainly: green. Hex color #32F63B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F63B is #CD09C4. Grayscale: #A6A6A6. Windows color (decimal): -13437381 or 3929650. OLE color: 3929650.
HSL color Cylindrical-coordinate representation of color #32F63B: hue angle of 122.76º 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 #32F63B is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 246 | 59 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.04 |
| HSL | 122.76º | 0.92% | 0.58% | - |
| HSV(B) | 122.76º | 0.8% | 0.96% | - |
| XYZ | 35.06 | 66.91 | 15.2 | - |
| YUV | 166.08 | 67.57 | 45.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 246 | 59 | 0.80 | 0 | 0.76 | 0.04 | 122.76 | 0.92 | 0.58 |
| Hex | 32 | F6 | 3B | 50 | 0 | 4C | 4 | 7B | 5C | 3A |
| Octal | 62 | 366 | 73 | 120 | 0 | 114 | 4 | 173 | 134 | 72 |
| Binary | 110010 | 11110110 | 111011 | 1010000 | 0 | 1001100 | 100 | 1111011 | 1011100 | 111010 |
Color Harmonies of #32F63B
Complementary color
Monochromatic Colors of #32F63B
Black with #32F63B
Text Example
Text Example
White with #32F63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F63B; }
p { color: rgb(50,246,59); }
H1.HeaderClassName
{
color: #32F63B;
}
.AnyTagClassName
{
color: #32F63B;
}
</style>
background-color css
<style>
a { background-color: #32F63B; }
a { background-color: rgb(50,246,59); }
div.DivClassName
{
background-color: #32F63B;
}
.BgClassName
{
background-color: #32F63B;
}
</style>
border-color css
<style>
span { border-color: #32F63B; }
span { border-color: rgb(50,246,59); }
td.TdClassName
{
border-color: #32F63B;
}
.TagClassName
{
border-color: #32F63B;
}
</style>