Shades of Lime Green #32D554
Tints of Lime Green #32D554
RGB
CMYK
RGB Variations
Color information
#32D554 (or 0x32D554) is known color: Lime Green. HEX triplet: 32, D5 and 54. RGB value is (50,213,84). Sum of RGB (Red+Green+Blue) = 50+213+84=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 213 (83.59% from 255 or 61.38% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 213 - color contains mainly: green. Hex color #32D554 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D554 is #CD2AAB. Grayscale: #959595. Windows color (decimal): -13445804 or 5559602. OLE color: 5559602.
HSL color Cylindrical-coordinate representation of color #32D554: hue angle of 132.52º degrees, saturation: 0.66, 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 #32D554 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 213 | 84 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.16 |
| HSL | 132.52º | 0.66% | 0.52% | - |
| HSV(B) | 132.52º | 0.77% | 0.84% | - |
| XYZ | 26.71 | 48.91 | 16.42 | - |
| YUV | 149.56 | 91 | 56.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 213 | 84 | 0.77 | 0 | 0.61 | 0.16 | 132.52 | 0.66 | 0.52 |
| Hex | 32 | D5 | 54 | 4D | 0 | 3D | 10 | 85 | 42 | 34 |
| Octal | 62 | 325 | 124 | 115 | 0 | 75 | 20 | 205 | 102 | 64 |
| Binary | 110010 | 11010101 | 1010100 | 1001101 | 0 | 111101 | 10000 | 10000101 | 1000010 | 110100 |
Color Harmonies of #32D554
Complementary color
Monochromatic Colors of #32D554
Black with #32D554
Text Example
Text Example
White with #32D554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D554; }
p { color: rgb(50,213,84); }
H1.HeaderClassName
{
color: #32D554;
}
.AnyTagClassName
{
color: #32D554;
}
</style>
background-color css
<style>
a { background-color: #32D554; }
a { background-color: rgb(50,213,84); }
div.DivClassName
{
background-color: #32D554;
}
.BgClassName
{
background-color: #32D554;
}
</style>
border-color css
<style>
span { border-color: #32D554; }
span { border-color: rgb(50,213,84); }
td.TdClassName
{
border-color: #32D554;
}
.TagClassName
{
border-color: #32D554;
}
</style>