Shades of Lime Green #32BC45
Tints of Lime Green #32BC45
RGB
CMYK
RGB Variations
Color information
#32BC45 (or 0x32BC45) is known color: Lime Green. HEX triplet: 32, BC and 45. RGB value is (50,188,69). Sum of RGB (Red+Green+Blue) = 50+188+69=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BC45 is #CD43BA. Grayscale: #858585. Windows color (decimal): -13452219 or 4570162. OLE color: 4570162.
HSL color Cylindrical-coordinate representation of color #32BC45: hue angle of 128.26º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BC45 is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 69 | - |
| CMYK | 0.73 | 0 | 0.63 | 0.26 |
| HSL | 128.26º | 0.58% | 0.47% | - |
| HSV(B) | 128.26º | 0.73% | 0.74% | - |
| XYZ | 20.37 | 37.07 | 11.71 | - |
| YUV | 133.17 | 91.78 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 69 | 0.73 | 0 | 0.63 | 0.26 | 128.26 | 0.58 | 0.47 |
| Hex | 32 | BC | 45 | 49 | 0 | 3F | 1A | 80 | 3A | 2F |
| Octal | 62 | 274 | 105 | 111 | 0 | 77 | 32 | 200 | 72 | 57 |
| Binary | 110010 | 10111100 | 1000101 | 1001001 | 0 | 111111 | 11010 | 10000000 | 111010 | 101111 |
Color Harmonies of #32BC45
Complementary color
Monochromatic Colors of #32BC45
Black with #32BC45
Text Example
Text Example
White with #32BC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC45; }
p { color: rgb(50,188,69); }
H1.HeaderClassName
{
color: #32BC45;
}
.AnyTagClassName
{
color: #32BC45;
}
</style>
background-color css
<style>
a { background-color: #32BC45; }
a { background-color: rgb(50,188,69); }
div.DivClassName
{
background-color: #32BC45;
}
.BgClassName
{
background-color: #32BC45;
}
</style>
border-color css
<style>
span { border-color: #32BC45; }
span { border-color: rgb(50,188,69); }
td.TdClassName
{
border-color: #32BC45;
}
.TagClassName
{
border-color: #32BC45;
}
</style>