Shades of Lime Green #32D63B
Tints of Lime Green #32D63B
RGB
CMYK
RGB Variations
Color information
#32D63B (or 0x32D63B) is known color: Lime Green. HEX triplet: 32, D6 and 3B. RGB value is (50,214,59). Sum of RGB (Red+Green+Blue) = 50+214+59=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 214 (83.98% from 255 or 66.25% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 214 - color contains mainly: green. Hex color #32D63B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D63B is #CD29C4. Grayscale: #939393. Windows color (decimal): -13445573 or 3921458. OLE color: 3921458.
HSL color Cylindrical-coordinate representation of color #32D63B: hue angle of 123.29º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D63B is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 214 | 59 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.16 |
| HSL | 123.29º | 0.67% | 0.52% | - |
| HSV(B) | 123.29º | 0.77% | 0.84% | - |
| XYZ | 26.15 | 49.09 | 12.23 | - |
| YUV | 147.29 | 78.17 | 58.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 214 | 59 | 0.77 | 0 | 0.72 | 0.16 | 123.29 | 0.67 | 0.52 |
| Hex | 32 | D6 | 3B | 4D | 0 | 48 | 10 | 7B | 43 | 34 |
| Octal | 62 | 326 | 73 | 115 | 0 | 110 | 20 | 173 | 103 | 64 |
| Binary | 110010 | 11010110 | 111011 | 1001101 | 0 | 1001000 | 10000 | 1111011 | 1000011 | 110100 |
Color Harmonies of #32D63B
Complementary color
Monochromatic Colors of #32D63B
Black with #32D63B
Text Example
Text Example
White with #32D63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D63B; }
p { color: rgb(50,214,59); }
H1.HeaderClassName
{
color: #32D63B;
}
.AnyTagClassName
{
color: #32D63B;
}
</style>
background-color css
<style>
a { background-color: #32D63B; }
a { background-color: rgb(50,214,59); }
div.DivClassName
{
background-color: #32D63B;
}
.BgClassName
{
background-color: #32D63B;
}
</style>
border-color css
<style>
span { border-color: #32D63B; }
span { border-color: rgb(50,214,59); }
td.TdClassName
{
border-color: #32D63B;
}
.TagClassName
{
border-color: #32D63B;
}
</style>