Shades of Lime Green #32DE45
Tints of Lime Green #32DE45
RGB
CMYK
RGB Variations
Color information
#32DE45 (or 0x32DE45) is known color: Lime Green. HEX triplet: 32, DE and 45. RGB value is (50,222,69). Sum of RGB (Red+Green+Blue) = 50+222+69=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 222 (87.11% from 255 or 65.10% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 222 - color contains mainly: green. Hex color #32DE45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DE45 is #CD21BA. Grayscale: #999999. Windows color (decimal): -13443515 or 4578866. OLE color: 4578866.
HSL color Cylindrical-coordinate representation of color #32DE45: hue angle of 126.63º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DE45 is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 222 | 69 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.13 |
| HSL | 126.63º | 0.72% | 0.53% | - |
| HSV(B) | 126.63º | 0.77% | 0.87% | - |
| XYZ | 28.51 | 53.35 | 14.43 | - |
| YUV | 153.13 | 80.52 | 54.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 222 | 69 | 0.77 | 0 | 0.69 | 0.13 | 126.63 | 0.72 | 0.53 |
| Hex | 32 | DE | 45 | 4D | 0 | 45 | D | 7F | 48 | 35 |
| Octal | 62 | 336 | 105 | 115 | 0 | 105 | 15 | 177 | 110 | 65 |
| Binary | 110010 | 11011110 | 1000101 | 1001101 | 0 | 1000101 | 1101 | 1111111 | 1001000 | 110101 |
Color Harmonies of #32DE45
Complementary color
Monochromatic Colors of #32DE45
Black with #32DE45
Text Example
Text Example
White with #32DE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DE45; }
p { color: rgb(50,222,69); }
H1.HeaderClassName
{
color: #32DE45;
}
.AnyTagClassName
{
color: #32DE45;
}
</style>
background-color css
<style>
a { background-color: #32DE45; }
a { background-color: rgb(50,222,69); }
div.DivClassName
{
background-color: #32DE45;
}
.BgClassName
{
background-color: #32DE45;
}
</style>
border-color css
<style>
span { border-color: #32DE45; }
span { border-color: rgb(50,222,69); }
td.TdClassName
{
border-color: #32DE45;
}
.TagClassName
{
border-color: #32DE45;
}
</style>