Shades of Lime Green #32D142
Tints of Lime Green #32D142
RGB
CMYK
RGB Variations
Color information
#32D142 (or 0x32D142) is known color: Lime Green. HEX triplet: 32, D1 and 42. RGB value is (50,209,66). Sum of RGB (Red+Green+Blue) = 50+209+66=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 209 (82.03% from 255 or 64.31% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 209 - color contains mainly: green. Hex color #32D142 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D142 is #CD2EBD. Grayscale: #919191. Windows color (decimal): -13446846 or 4378930. OLE color: 4378930.
HSL color Cylindrical-coordinate representation of color #32D142: hue angle of 126.04º degrees, saturation: 0.63, 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 #32D142 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 209 | 66 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.18 |
| HSL | 126.04º | 0.63% | 0.51% | - |
| HSV(B) | 126.04º | 0.76% | 0.82% | - |
| XYZ | 25.1 | 46.67 | 12.84 | - |
| YUV | 145.16 | 83.32 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 209 | 66 | 0.76 | 0 | 0.68 | 0.18 | 126.04 | 0.63 | 0.51 |
| Hex | 32 | D1 | 42 | 4C | 0 | 44 | 12 | 7E | 3F | 33 |
| Octal | 62 | 321 | 102 | 114 | 0 | 104 | 22 | 176 | 77 | 63 |
| Binary | 110010 | 11010001 | 1000010 | 1001100 | 0 | 1000100 | 10010 | 1111110 | 111111 | 110011 |
Color Harmonies of #32D142
Complementary color
Monochromatic Colors of #32D142
Black with #32D142
Text Example
Text Example
White with #32D142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D142; }
p { color: rgb(50,209,66); }
H1.HeaderClassName
{
color: #32D142;
}
.AnyTagClassName
{
color: #32D142;
}
</style>
background-color css
<style>
a { background-color: #32D142; }
a { background-color: rgb(50,209,66); }
div.DivClassName
{
background-color: #32D142;
}
.BgClassName
{
background-color: #32D142;
}
</style>
border-color css
<style>
span { border-color: #32D142; }
span { border-color: rgb(50,209,66); }
td.TdClassName
{
border-color: #32D142;
}
.TagClassName
{
border-color: #32D142;
}
</style>