Shades of Lime Green #32C845
Tints of Lime Green #32C845
RGB
CMYK
RGB Variations
Color information
#32C845 (or 0x32C845) is known color: Lime Green. HEX triplet: 32, C8 and 45. RGB value is (50,200,69). Sum of RGB (Red+Green+Blue) = 50+200+69=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 200 (78.52% from 255 or 62.70% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 200 - color contains mainly: green. Hex color #32C845 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C845 is #CD37BA. Grayscale: #8C8C8C. Windows color (decimal): -13449147 or 4573234. OLE color: 4573234.
HSL color Cylindrical-coordinate representation of color #32C845: hue angle of 127.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C845 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 200 | 69 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.22 |
| HSL | 127.6º | 0.6% | 0.49% | - |
| HSV(B) | 127.6º | 0.75% | 0.78% | - |
| XYZ | 23.04 | 42.42 | 12.6 | - |
| YUV | 140.22 | 87.81 | 63.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 200 | 69 | 0.75 | 0 | 0.66 | 0.22 | 127.6 | 0.6 | 0.49 |
| Hex | 32 | C8 | 45 | 4B | 0 | 42 | 16 | 80 | 3C | 31 |
| Octal | 62 | 310 | 105 | 113 | 0 | 102 | 26 | 200 | 74 | 61 |
| Binary | 110010 | 11001000 | 1000101 | 1001011 | 0 | 1000010 | 10110 | 10000000 | 111100 | 110001 |
Color Harmonies of #32C845
Complementary color
Monochromatic Colors of #32C845
Black with #32C845
Text Example
Text Example
White with #32C845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C845; }
p { color: rgb(50,200,69); }
H1.HeaderClassName
{
color: #32C845;
}
.AnyTagClassName
{
color: #32C845;
}
</style>
background-color css
<style>
a { background-color: #32C845; }
a { background-color: rgb(50,200,69); }
div.DivClassName
{
background-color: #32C845;
}
.BgClassName
{
background-color: #32C845;
}
</style>
border-color css
<style>
span { border-color: #32C845; }
span { border-color: rgb(50,200,69); }
td.TdClassName
{
border-color: #32C845;
}
.TagClassName
{
border-color: #32C845;
}
</style>