Shades of Lime Green #32B440
Tints of Lime Green #32B440
RGB
CMYK
RGB Variations
Color information
#32B440 (or 0x32B440) is known color: Lime Green. HEX triplet: 32, B4 and 40. RGB value is (50,180,64). Sum of RGB (Red+Green+Blue) = 50+180+64=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 180 (70.70% from 255 or 61.22% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 180 - color contains mainly: green. Hex color #32B440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B440 is #CD4BBF. Grayscale: #808080. Windows color (decimal): -13454272 or 4240434. OLE color: 4240434.
HSL color Cylindrical-coordinate representation of color #32B440: hue angle of 126.46º 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 #32B440 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 180 | 64 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.29 |
| HSL | 126.46º | 0.57% | 0.45% | - |
| HSV(B) | 126.46º | 0.72% | 0.71% | - |
| XYZ | 18.56 | 33.69 | 10.38 | - |
| YUV | 127.91 | 91.93 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 180 | 64 | 0.72 | 0 | 0.64 | 0.29 | 126.46 | 0.57 | 0.45 |
| Hex | 32 | B4 | 40 | 48 | 0 | 40 | 1D | 7E | 39 | 2D |
| Octal | 62 | 264 | 100 | 110 | 0 | 100 | 35 | 176 | 71 | 55 |
| Binary | 110010 | 10110100 | 1000000 | 1001000 | 0 | 1000000 | 11101 | 1111110 | 111001 | 101101 |
Color Harmonies of #32B440
Complementary color
Monochromatic Colors of #32B440
Black with #32B440
Text Example
Text Example
White with #32B440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B440; }
p { color: rgb(50,180,64); }
H1.HeaderClassName
{
color: #32B440;
}
.AnyTagClassName
{
color: #32B440;
}
</style>
background-color css
<style>
a { background-color: #32B440; }
a { background-color: rgb(50,180,64); }
div.DivClassName
{
background-color: #32B440;
}
.BgClassName
{
background-color: #32B440;
}
</style>
border-color css
<style>
span { border-color: #32B440; }
span { border-color: rgb(50,180,64); }
td.TdClassName
{
border-color: #32B440;
}
.TagClassName
{
border-color: #32B440;
}
</style>