Shades of Lime Green #32BA29
Tints of Lime Green #32BA29
RGB
CMYK
RGB Variations
Color information
#32BA29 (or 0x32BA29) is known color: Lime Green. HEX triplet: 32, BA and 29. RGB value is (50,186,41). Sum of RGB (Red+Green+Blue) = 50+186+41=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 186 (73.05% from 255 or 67.15% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BA29 is #CD45D6. Grayscale: #818181. Windows color (decimal): -13452759 or 2734642. OLE color: 2734642.
HSL color Cylindrical-coordinate representation of color #32BA29: hue angle of 116.28º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32BA29 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 186 | 41 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.27 |
| HSL | 116.28º | 0.64% | 0.45% | - |
| HSV(B) | 116.28º | 0.78% | 0.73% | - |
| XYZ | 19.27 | 35.96 | 8.02 | - |
| YUV | 128.81 | 78.44 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 41 | 0.73 | 0 | 0.78 | 0.27 | 116.28 | 0.64 | 0.45 |
| Hex | 32 | BA | 29 | 49 | 0 | 4E | 1B | 74 | 40 | 2D |
| Octal | 62 | 272 | 51 | 111 | 0 | 116 | 33 | 164 | 100 | 55 |
| Binary | 110010 | 10111010 | 101001 | 1001001 | 0 | 1001110 | 11011 | 1110100 | 1000000 | 101101 |
Color Harmonies of #32BA29
Complementary color
Monochromatic Colors of #32BA29
Black with #32BA29
Text Example
Text Example
White with #32BA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BA29; }
p { color: rgb(50,186,41); }
H1.HeaderClassName
{
color: #32BA29;
}
.AnyTagClassName
{
color: #32BA29;
}
</style>
background-color css
<style>
a { background-color: #32BA29; }
a { background-color: rgb(50,186,41); }
div.DivClassName
{
background-color: #32BA29;
}
.BgClassName
{
background-color: #32BA29;
}
</style>
border-color css
<style>
span { border-color: #32BA29; }
span { border-color: rgb(50,186,41); }
td.TdClassName
{
border-color: #32BA29;
}
.TagClassName
{
border-color: #32BA29;
}
</style>