Shades of Lime Green #32CE55
Tints of Lime Green #32CE55
RGB
CMYK
RGB Variations
Color information
#32CE55 (or 0x32CE55) is known color: Lime Green. HEX triplet: 32, CE and 55. RGB value is (50,206,85). Sum of RGB (Red+Green+Blue) = 50+206+85=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 206 (80.86% from 255 or 60.41% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 206 - color contains mainly: green. Hex color #32CE55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CE55 is #CD31AA. Grayscale: #919191. Windows color (decimal): -13447595 or 5623346. OLE color: 5623346.
HSL color Cylindrical-coordinate representation of color #32CE55: hue angle of 133.46º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CE55 is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 85 | - |
| CMYK | 0.76 | 0 | 0.59 | 0.19 |
| HSL | 133.46º | 0.61% | 0.5% | - |
| HSV(B) | 133.46º | 0.76% | 0.81% | - |
| XYZ | 25.03 | 45.48 | 16.05 | - |
| YUV | 145.56 | 93.82 | 59.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 85 | 0.76 | 0 | 0.59 | 0.19 | 133.46 | 0.61 | 0.5 |
| Hex | 32 | CE | 55 | 4C | 0 | 3B | 13 | 85 | 3D | 32 |
| Octal | 62 | 316 | 125 | 114 | 0 | 73 | 23 | 205 | 75 | 62 |
| Binary | 110010 | 11001110 | 1010101 | 1001100 | 0 | 111011 | 10011 | 10000101 | 111101 | 110010 |
Color Harmonies of #32CE55
Complementary color
Monochromatic Colors of #32CE55
Black with #32CE55
Text Example
Text Example
White with #32CE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CE55; }
p { color: rgb(50,206,85); }
H1.HeaderClassName
{
color: #32CE55;
}
.AnyTagClassName
{
color: #32CE55;
}
</style>
background-color css
<style>
a { background-color: #32CE55; }
a { background-color: rgb(50,206,85); }
div.DivClassName
{
background-color: #32CE55;
}
.BgClassName
{
background-color: #32CE55;
}
</style>
border-color css
<style>
span { border-color: #32CE55; }
span { border-color: rgb(50,206,85); }
td.TdClassName
{
border-color: #32CE55;
}
.TagClassName
{
border-color: #32CE55;
}
</style>