Shades of Lime Green #32C543
Tints of Lime Green #32C543
RGB
CMYK
RGB Variations
Color information
#32C543 (or 0x32C543) is known color: Lime Green. HEX triplet: 32, C5 and 43. RGB value is (50,197,67). Sum of RGB (Red+Green+Blue) = 50+197+67=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 197 (77.34% from 255 or 62.74% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 197 - color contains mainly: green. Hex color #32C543 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C543 is #CD3ABC. Grayscale: #8A8A8A. Windows color (decimal): -13449917 or 4441394. OLE color: 4441394.
HSL color Cylindrical-coordinate representation of color #32C543: hue angle of 126.94º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C543 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 197 | 67 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.23 |
| HSL | 126.94º | 0.6% | 0.48% | - |
| HSV(B) | 126.94º | 0.75% | 0.77% | - |
| XYZ | 22.29 | 41.02 | 12.05 | - |
| YUV | 138.23 | 87.8 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 197 | 67 | 0.75 | 0 | 0.66 | 0.23 | 126.94 | 0.6 | 0.48 |
| Hex | 32 | C5 | 43 | 4B | 0 | 42 | 17 | 7F | 3C | 30 |
| Octal | 62 | 305 | 103 | 113 | 0 | 102 | 27 | 177 | 74 | 60 |
| Binary | 110010 | 11000101 | 1000011 | 1001011 | 0 | 1000010 | 10111 | 1111111 | 111100 | 110000 |
Color Harmonies of #32C543
Complementary color
Monochromatic Colors of #32C543
Black with #32C543
Text Example
Text Example
White with #32C543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C543; }
p { color: rgb(50,197,67); }
H1.HeaderClassName
{
color: #32C543;
}
.AnyTagClassName
{
color: #32C543;
}
</style>
background-color css
<style>
a { background-color: #32C543; }
a { background-color: rgb(50,197,67); }
div.DivClassName
{
background-color: #32C543;
}
.BgClassName
{
background-color: #32C543;
}
</style>
border-color css
<style>
span { border-color: #32C543; }
span { border-color: rgb(50,197,67); }
td.TdClassName
{
border-color: #32C543;
}
.TagClassName
{
border-color: #32C543;
}
</style>