Shades of Lime Green #32D630
Tints of Lime Green #32D630
RGB
CMYK
RGB Variations
Color information
#32D630 (or 0x32D630) is known color: Lime Green. HEX triplet: 32, D6 and 30. RGB value is (50,214,48). Sum of RGB (Red+Green+Blue) = 50+214+48=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 214 (83.98% from 255 or 68.59% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 214 - color contains mainly: green. Hex color #32D630 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D630 is #CD29CF. Grayscale: #929292. Windows color (decimal): -13445584 or 3200562. OLE color: 3200562.
HSL color Cylindrical-coordinate representation of color #32D630: hue angle of 119.28º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32D630 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 214 | 48 | - |
| CMYK | 0.77 | 0 | 0.78 | 0.16 |
| HSL | 119.28º | 0.67% | 0.51% | - |
| HSV(B) | 119.28º | 0.78% | 0.84% | - |
| XYZ | 25.9 | 48.98 | 10.89 | - |
| YUV | 146.04 | 72.67 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 214 | 48 | 0.77 | 0 | 0.78 | 0.16 | 119.28 | 0.67 | 0.51 |
| Hex | 32 | D6 | 30 | 4D | 0 | 4E | 10 | 77 | 43 | 33 |
| Octal | 62 | 326 | 60 | 115 | 0 | 116 | 20 | 167 | 103 | 63 |
| Binary | 110010 | 11010110 | 110000 | 1001101 | 0 | 1001110 | 10000 | 1110111 | 1000011 | 110011 |
Color Harmonies of #32D630
Complementary color
Monochromatic Colors of #32D630
Black with #32D630
Text Example
Text Example
White with #32D630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D630; }
p { color: rgb(50,214,48); }
H1.HeaderClassName
{
color: #32D630;
}
.AnyTagClassName
{
color: #32D630;
}
</style>
background-color css
<style>
a { background-color: #32D630; }
a { background-color: rgb(50,214,48); }
div.DivClassName
{
background-color: #32D630;
}
.BgClassName
{
background-color: #32D630;
}
</style>
border-color css
<style>
span { border-color: #32D630; }
span { border-color: rgb(50,214,48); }
td.TdClassName
{
border-color: #32D630;
}
.TagClassName
{
border-color: #32D630;
}
</style>