Shades of Lime Green #32DA42
Tints of Lime Green #32DA42
RGB
CMYK
RGB Variations
Color information
#32DA42 (or 0x32DA42) is known color: Lime Green. HEX triplet: 32, DA and 42. RGB value is (50,218,66). Sum of RGB (Red+Green+Blue) = 50+218+66=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 218 (85.55% from 255 or 65.27% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 218 - color contains mainly: green. Hex color #32DA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DA42 is #CD25BD. Grayscale: #969696. Windows color (decimal): -13444542 or 4381234. OLE color: 4381234.
HSL color Cylindrical-coordinate representation of color #32DA42: hue angle of 125.71º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DA42 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 218 | 66 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.15 |
| HSL | 125.71º | 0.69% | 0.53% | - |
| HSV(B) | 125.71º | 0.77% | 0.85% | - |
| XYZ | 27.37 | 51.21 | 13.6 | - |
| YUV | 150.44 | 80.34 | 56.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 66 | 0.77 | 0 | 0.70 | 0.15 | 125.71 | 0.69 | 0.53 |
| Hex | 32 | DA | 42 | 4D | 0 | 46 | F | 7E | 45 | 35 |
| Octal | 62 | 332 | 102 | 115 | 0 | 106 | 17 | 176 | 105 | 65 |
| Binary | 110010 | 11011010 | 1000010 | 1001101 | 0 | 1000110 | 1111 | 1111110 | 1000101 | 110101 |
Color Harmonies of #32DA42
Complementary color
Monochromatic Colors of #32DA42
Black with #32DA42
Text Example
Text Example
White with #32DA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DA42; }
p { color: rgb(50,218,66); }
H1.HeaderClassName
{
color: #32DA42;
}
.AnyTagClassName
{
color: #32DA42;
}
</style>
background-color css
<style>
a { background-color: #32DA42; }
a { background-color: rgb(50,218,66); }
div.DivClassName
{
background-color: #32DA42;
}
.BgClassName
{
background-color: #32DA42;
}
</style>
border-color css
<style>
span { border-color: #32DA42; }
span { border-color: rgb(50,218,66); }
td.TdClassName
{
border-color: #32DA42;
}
.TagClassName
{
border-color: #32DA42;
}
</style>