Shades of Lime Green #32B328
Tints of Lime Green #32B328
RGB
CMYK
RGB Variations
Color information
#32B328 (or 0x32B328) is known color: Lime Green. HEX triplet: 32, B3 and 28. RGB value is (50,179,40). Sum of RGB (Red+Green+Blue) = 50+179+40=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 179 (70.31% from 255 or 66.54% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 179 - color contains mainly: green. Hex color #32B328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B328 is #CD4CD7. Grayscale: #7D7D7D. Windows color (decimal): -13454552 or 2667314. OLE color: 2667314.
HSL color Cylindrical-coordinate representation of color #32B328: hue angle of 115.68º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32B328 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 179 | 40 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.30 |
| HSL | 115.68º | 0.63% | 0.43% | - |
| HSV(B) | 115.68º | 0.78% | 0.7% | - |
| XYZ | 17.82 | 33.07 | 7.45 | - |
| YUV | 124.58 | 80.26 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 179 | 40 | 0.72 | 0 | 0.78 | 0.30 | 115.68 | 0.63 | 0.43 |
| Hex | 32 | B3 | 28 | 48 | 0 | 4E | 1E | 74 | 3F | 2B |
| Octal | 62 | 263 | 50 | 110 | 0 | 116 | 36 | 164 | 77 | 53 |
| Binary | 110010 | 10110011 | 101000 | 1001000 | 0 | 1001110 | 11110 | 1110100 | 111111 | 101011 |
Color Harmonies of #32B328
Complementary color
Monochromatic Colors of #32B328
Black with #32B328
Text Example
Text Example
White with #32B328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B328; }
p { color: rgb(50,179,40); }
H1.HeaderClassName
{
color: #32B328;
}
.AnyTagClassName
{
color: #32B328;
}
</style>
background-color css
<style>
a { background-color: #32B328; }
a { background-color: rgb(50,179,40); }
div.DivClassName
{
background-color: #32B328;
}
.BgClassName
{
background-color: #32B328;
}
</style>
border-color css
<style>
span { border-color: #32B328; }
span { border-color: rgb(50,179,40); }
td.TdClassName
{
border-color: #32B328;
}
.TagClassName
{
border-color: #32B328;
}
</style>