Shades of Lime Green #32B442
Tints of Lime Green #32B442
RGB
CMYK
RGB Variations
Color information
#32B442 (or 0x32B442) is known color: Lime Green. HEX triplet: 32, B4 and 42. RGB value is (50,180,66). Sum of RGB (Red+Green+Blue) = 50+180+66=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 180 (70.70% from 255 or 60.81% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 180 - color contains mainly: green. Hex color #32B442 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B442 is #CD4BBD. Grayscale: #808080. Windows color (decimal): -13454270 or 4371506. OLE color: 4371506.
HSL color Cylindrical-coordinate representation of color #32B442: hue angle of 127.38º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B442 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 180 | 66 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.29 |
| HSL | 127.38º | 0.57% | 0.45% | - |
| HSV(B) | 127.38º | 0.72% | 0.71% | - |
| XYZ | 18.62 | 33.71 | 10.68 | - |
| YUV | 128.13 | 92.93 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 180 | 66 | 0.72 | 0 | 0.63 | 0.29 | 127.38 | 0.57 | 0.45 |
| Hex | 32 | B4 | 42 | 48 | 0 | 3F | 1D | 7F | 39 | 2D |
| Octal | 62 | 264 | 102 | 110 | 0 | 77 | 35 | 177 | 71 | 55 |
| Binary | 110010 | 10110100 | 1000010 | 1001000 | 0 | 111111 | 11101 | 1111111 | 111001 | 101101 |
Color Harmonies of #32B442
Complementary color
Monochromatic Colors of #32B442
Black with #32B442
Text Example
Text Example
White with #32B442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B442; }
p { color: rgb(50,180,66); }
H1.HeaderClassName
{
color: #32B442;
}
.AnyTagClassName
{
color: #32B442;
}
</style>
background-color css
<style>
a { background-color: #32B442; }
a { background-color: rgb(50,180,66); }
div.DivClassName
{
background-color: #32B442;
}
.BgClassName
{
background-color: #32B442;
}
</style>
border-color css
<style>
span { border-color: #32B442; }
span { border-color: rgb(50,180,66); }
td.TdClassName
{
border-color: #32B442;
}
.TagClassName
{
border-color: #32B442;
}
</style>