Shades of Lime Green #32BA41
Tints of Lime Green #32BA41
RGB
CMYK
RGB Variations
Color information
#32BA41 (or 0x32BA41) is known color: Lime Green. HEX triplet: 32, BA and 41. RGB value is (50,186,65). Sum of RGB (Red+Green+Blue) = 50+186+65=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 186 (73.05% from 255 or 61.79% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BA41 is #CD45BE. Grayscale: #838383. Windows color (decimal): -13452735 or 4307506. OLE color: 4307506.
HSL color Cylindrical-coordinate representation of color #32BA41: hue angle of 126.62º degrees, saturation: 0.58, 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 #32BA41 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 186 | 65 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.27 |
| HSL | 126.62º | 0.58% | 0.46% | - |
| HSV(B) | 126.62º | 0.73% | 0.73% | - |
| XYZ | 19.83 | 36.18 | 10.94 | - |
| YUV | 131.54 | 90.44 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 65 | 0.73 | 0 | 0.65 | 0.27 | 126.62 | 0.58 | 0.46 |
| Hex | 32 | BA | 41 | 49 | 0 | 41 | 1B | 7F | 3A | 2E |
| Octal | 62 | 272 | 101 | 111 | 0 | 101 | 33 | 177 | 72 | 56 |
| Binary | 110010 | 10111010 | 1000001 | 1001001 | 0 | 1000001 | 11011 | 1111111 | 111010 | 101110 |
Color Harmonies of #32BA41
Complementary color
Monochromatic Colors of #32BA41
Black with #32BA41
Text Example
Text Example
White with #32BA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BA41; }
p { color: rgb(50,186,65); }
H1.HeaderClassName
{
color: #32BA41;
}
.AnyTagClassName
{
color: #32BA41;
}
</style>
background-color css
<style>
a { background-color: #32BA41; }
a { background-color: rgb(50,186,65); }
div.DivClassName
{
background-color: #32BA41;
}
.BgClassName
{
background-color: #32BA41;
}
</style>
border-color css
<style>
span { border-color: #32BA41; }
span { border-color: rgb(50,186,65); }
td.TdClassName
{
border-color: #32BA41;
}
.TagClassName
{
border-color: #32BA41;
}
</style>