Shades of Lime Green #32C043
Tints of Lime Green #32C043
RGB
CMYK
RGB Variations
Color information
#32C043 (or 0x32C043) is known color: Lime Green. HEX triplet: 32, C0 and 43. RGB value is (50,192,67). Sum of RGB (Red+Green+Blue) = 50+192+67=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #32C043 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C043 is #CD3FBC. Grayscale: #878787. Windows color (decimal): -13451197 or 4440114. OLE color: 4440114.
HSL color Cylindrical-coordinate representation of color #32C043: hue angle of 127.18º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C043 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 192 | 67 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.25 |
| HSL | 127.18º | 0.59% | 0.47% | - |
| HSV(B) | 127.18º | 0.74% | 0.75% | - |
| XYZ | 21.18 | 38.78 | 11.68 | - |
| YUV | 135.29 | 89.46 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 192 | 67 | 0.74 | 0 | 0.65 | 0.25 | 127.18 | 0.59 | 0.47 |
| Hex | 32 | C0 | 43 | 4A | 0 | 41 | 19 | 7F | 3B | 2F |
| Octal | 62 | 300 | 103 | 112 | 0 | 101 | 31 | 177 | 73 | 57 |
| Binary | 110010 | 11000000 | 1000011 | 1001010 | 0 | 1000001 | 11001 | 1111111 | 111011 | 101111 |
Color Harmonies of #32C043
Complementary color
Monochromatic Colors of #32C043
Black with #32C043
Text Example
Text Example
White with #32C043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C043; }
p { color: rgb(50,192,67); }
H1.HeaderClassName
{
color: #32C043;
}
.AnyTagClassName
{
color: #32C043;
}
</style>
background-color css
<style>
a { background-color: #32C043; }
a { background-color: rgb(50,192,67); }
div.DivClassName
{
background-color: #32C043;
}
.BgClassName
{
background-color: #32C043;
}
</style>
border-color css
<style>
span { border-color: #32C043; }
span { border-color: rgb(50,192,67); }
td.TdClassName
{
border-color: #32C043;
}
.TagClassName
{
border-color: #32C043;
}
</style>