Shades of Lime Green #32B640
Tints of Lime Green #32B640
RGB
CMYK
RGB Variations
Color information
#32B640 (or 0x32B640) is known color: Lime Green. HEX triplet: 32, B6 and 40. RGB value is (50,182,64). Sum of RGB (Red+Green+Blue) = 50+182+64=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 182 (71.48% from 255 or 61.49% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 182 - color contains mainly: green. Hex color #32B640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B640 is #CD49BF. Grayscale: #818181. Windows color (decimal): -13453760 or 4240946. OLE color: 4240946.
HSL color Cylindrical-coordinate representation of color #32B640: hue angle of 126.36º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B640 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 182 | 64 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.29 |
| HSL | 126.36º | 0.57% | 0.45% | - |
| HSV(B) | 126.36º | 0.73% | 0.71% | - |
| XYZ | 18.97 | 34.5 | 10.51 | - |
| YUV | 129.08 | 91.27 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 182 | 64 | 0.73 | 0 | 0.65 | 0.29 | 126.36 | 0.57 | 0.45 |
| Hex | 32 | B6 | 40 | 49 | 0 | 41 | 1D | 7E | 39 | 2D |
| Octal | 62 | 266 | 100 | 111 | 0 | 101 | 35 | 176 | 71 | 55 |
| Binary | 110010 | 10110110 | 1000000 | 1001001 | 0 | 1000001 | 11101 | 1111110 | 111001 | 101101 |
Color Harmonies of #32B640
Complementary color
Monochromatic Colors of #32B640
Black with #32B640
Text Example
Text Example
White with #32B640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B640; }
p { color: rgb(50,182,64); }
H1.HeaderClassName
{
color: #32B640;
}
.AnyTagClassName
{
color: #32B640;
}
</style>
background-color css
<style>
a { background-color: #32B640; }
a { background-color: rgb(50,182,64); }
div.DivClassName
{
background-color: #32B640;
}
.BgClassName
{
background-color: #32B640;
}
</style>
border-color css
<style>
span { border-color: #32B640; }
span { border-color: rgb(50,182,64); }
td.TdClassName
{
border-color: #32B640;
}
.TagClassName
{
border-color: #32B640;
}
</style>