Shades of Lime Green #32B940
Tints of Lime Green #32B940
RGB
CMYK
RGB Variations
Color information
#32B940 (or 0x32B940) is known color: Lime Green. HEX triplet: 32, B9 and 40. RGB value is (50,185,64). Sum of RGB (Red+Green+Blue) = 50+185+64=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 185 (72.66% from 255 or 61.87% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 185 - color contains mainly: green. Hex color #32B940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B940 is #CD46BF. Grayscale: #838383. Windows color (decimal): -13452992 or 4241714. OLE color: 4241714.
HSL color Cylindrical-coordinate representation of color #32B940: hue angle of 126.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B940 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 185 | 64 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.27 |
| HSL | 126.22º | 0.57% | 0.46% | - |
| HSV(B) | 126.22º | 0.73% | 0.73% | - |
| XYZ | 19.59 | 35.75 | 10.72 | - |
| YUV | 130.84 | 90.27 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 185 | 64 | 0.73 | 0 | 0.65 | 0.27 | 126.22 | 0.57 | 0.46 |
| Hex | 32 | B9 | 40 | 49 | 0 | 41 | 1B | 7E | 39 | 2E |
| Octal | 62 | 271 | 100 | 111 | 0 | 101 | 33 | 176 | 71 | 56 |
| Binary | 110010 | 10111001 | 1000000 | 1001001 | 0 | 1000001 | 11011 | 1111110 | 111001 | 101110 |
Color Harmonies of #32B940
Complementary color
Monochromatic Colors of #32B940
Black with #32B940
Text Example
Text Example
White with #32B940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B940; }
p { color: rgb(50,185,64); }
H1.HeaderClassName
{
color: #32B940;
}
.AnyTagClassName
{
color: #32B940;
}
</style>
background-color css
<style>
a { background-color: #32B940; }
a { background-color: rgb(50,185,64); }
div.DivClassName
{
background-color: #32B940;
}
.BgClassName
{
background-color: #32B940;
}
</style>
border-color css
<style>
span { border-color: #32B940; }
span { border-color: rgb(50,185,64); }
td.TdClassName
{
border-color: #32B940;
}
.TagClassName
{
border-color: #32B940;
}
</style>