Shades of Lime Green #32BB32
Tints of Lime Green #32BB32
RGB
CMYK
RGB Variations
Color information
#32BB32 (or 0x32BB32) is known color: Lime Green. HEX triplet: 32, BB and 32. RGB value is (50,187,50). Sum of RGB (Red+Green+Blue) = 50+187+50=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 187 (73.44% from 255 or 65.16% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 187 - color contains mainly: green. Hex color #32BB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BB32 is #CD44CD. Grayscale: #828282. Windows color (decimal): -13452494 or 3324722. OLE color: 3324722.
HSL color Cylindrical-coordinate representation of color #32BB32: hue angle of 120º 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 #32BB32 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 187 | 50 | - |
| CMYK | 0.73 | 0 | 0.73 | 0.27 |
| HSL | 120º | 0.58% | 0.46% | - |
| HSV(B) | 120º | 0.73% | 0.73% | - |
| XYZ | 19.66 | 36.45 | 9.02 | - |
| YUV | 130.42 | 82.61 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 187 | 50 | 0.73 | 0 | 0.73 | 0.27 | 120 | 0.58 | 0.46 |
| Hex | 32 | BB | 32 | 49 | 0 | 49 | 1B | 78 | 3A | 2E |
| Octal | 62 | 273 | 62 | 111 | 0 | 111 | 33 | 170 | 72 | 56 |
| Binary | 110010 | 10111011 | 110010 | 1001001 | 0 | 1001001 | 11011 | 1111000 | 111010 | 101110 |
Color Harmonies of #32BB32
Complementary color
Monochromatic Colors of #32BB32
Black with #32BB32
Text Example
Text Example
White with #32BB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BB32; }
p { color: rgb(50,187,50); }
H1.HeaderClassName
{
color: #32BB32;
}
.AnyTagClassName
{
color: #32BB32;
}
</style>
background-color css
<style>
a { background-color: #32BB32; }
a { background-color: rgb(50,187,50); }
div.DivClassName
{
background-color: #32BB32;
}
.BgClassName
{
background-color: #32BB32;
}
</style>
border-color css
<style>
span { border-color: #32BB32; }
span { border-color: rgb(50,187,50); }
td.TdClassName
{
border-color: #32BB32;
}
.TagClassName
{
border-color: #32BB32;
}
</style>