Shades of Lime Green #32BB41
Tints of Lime Green #32BB41
RGB
CMYK
RGB Variations
Color information
#32BB41 (or 0x32BB41) is known color: Lime Green. HEX triplet: 32, BB and 41. RGB value is (50,187,65). Sum of RGB (Red+Green+Blue) = 50+187+65=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 187 (73.44% from 255 or 61.92% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 187 - color contains mainly: green. Hex color #32BB41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BB41 is #CD44BE. Grayscale: #848484. Windows color (decimal): -13452479 or 4307762. OLE color: 4307762.
HSL color Cylindrical-coordinate representation of color #32BB41: hue angle of 126.57º 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 #32BB41 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 187 | 65 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.27 |
| HSL | 126.57º | 0.58% | 0.46% | - |
| HSV(B) | 126.57º | 0.73% | 0.73% | - |
| XYZ | 20.04 | 36.6 | 11.01 | - |
| YUV | 132.13 | 90.11 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 187 | 65 | 0.73 | 0 | 0.65 | 0.27 | 126.57 | 0.58 | 0.46 |
| Hex | 32 | BB | 41 | 49 | 0 | 41 | 1B | 7F | 3A | 2E |
| Octal | 62 | 273 | 101 | 111 | 0 | 101 | 33 | 177 | 72 | 56 |
| Binary | 110010 | 10111011 | 1000001 | 1001001 | 0 | 1000001 | 11011 | 1111111 | 111010 | 101110 |
Color Harmonies of #32BB41
Complementary color
Monochromatic Colors of #32BB41
Black with #32BB41
Text Example
Text Example
White with #32BB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BB41; }
p { color: rgb(50,187,65); }
H1.HeaderClassName
{
color: #32BB41;
}
.AnyTagClassName
{
color: #32BB41;
}
</style>
background-color css
<style>
a { background-color: #32BB41; }
a { background-color: rgb(50,187,65); }
div.DivClassName
{
background-color: #32BB41;
}
.BgClassName
{
background-color: #32BB41;
}
</style>
border-color css
<style>
span { border-color: #32BB41; }
span { border-color: rgb(50,187,65); }
td.TdClassName
{
border-color: #32BB41;
}
.TagClassName
{
border-color: #32BB41;
}
</style>