Shades of Lime Green #32D245
Tints of Lime Green #32D245
RGB
CMYK
RGB Variations
Color information
#32D245 (or 0x32D245) is known color: Lime Green. HEX triplet: 32, D2 and 45. RGB value is (50,210,69). Sum of RGB (Red+Green+Blue) = 50+210+69=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 210 (82.42% from 255 or 63.83% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 210 - color contains mainly: green. Hex color #32D245 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D245 is #CD2DBA. Grayscale: #929292. Windows color (decimal): -13446587 or 4575794. OLE color: 4575794.
HSL color Cylindrical-coordinate representation of color #32D245: hue angle of 127.13º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D245 is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 210 | 69 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.18 |
| HSL | 127.13º | 0.64% | 0.51% | - |
| HSV(B) | 127.13º | 0.76% | 0.82% | - |
| XYZ | 25.44 | 47.2 | 13.4 | - |
| YUV | 146.09 | 84.49 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 69 | 0.76 | 0 | 0.67 | 0.18 | 127.13 | 0.64 | 0.51 |
| Hex | 32 | D2 | 45 | 4C | 0 | 43 | 12 | 7F | 40 | 33 |
| Octal | 62 | 322 | 105 | 114 | 0 | 103 | 22 | 177 | 100 | 63 |
| Binary | 110010 | 11010010 | 1000101 | 1001100 | 0 | 1000011 | 10010 | 1111111 | 1000000 | 110011 |
Color Harmonies of #32D245
Complementary color
Monochromatic Colors of #32D245
Black with #32D245
Text Example
Text Example
White with #32D245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D245; }
p { color: rgb(50,210,69); }
H1.HeaderClassName
{
color: #32D245;
}
.AnyTagClassName
{
color: #32D245;
}
</style>
background-color css
<style>
a { background-color: #32D245; }
a { background-color: rgb(50,210,69); }
div.DivClassName
{
background-color: #32D245;
}
.BgClassName
{
background-color: #32D245;
}
</style>
border-color css
<style>
span { border-color: #32D245; }
span { border-color: rgb(50,210,69); }
td.TdClassName
{
border-color: #32D245;
}
.TagClassName
{
border-color: #32D245;
}
</style>