Shades of Lime Green #32C843
Tints of Lime Green #32C843
RGB
CMYK
RGB Variations
Color information
#32C843 (or 0x32C843) is known color: Lime Green. HEX triplet: 32, C8 and 43. RGB value is (50,200,67). Sum of RGB (Red+Green+Blue) = 50+200+67=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 200 (78.52% from 255 or 63.09% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 200 - color contains mainly: green. Hex color #32C843 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C843 is #CD37BC. Grayscale: #8C8C8C. Windows color (decimal): -13449149 or 4442162. OLE color: 4442162.
HSL color Cylindrical-coordinate representation of color #32C843: hue angle of 126.8º 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 #32C843 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 200 | 67 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.22 |
| HSL | 126.8º | 0.6% | 0.49% | - |
| HSV(B) | 126.8º | 0.75% | 0.78% | - |
| XYZ | 22.98 | 42.39 | 12.28 | - |
| YUV | 139.99 | 86.81 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 200 | 67 | 0.75 | 0 | 0.66 | 0.22 | 126.8 | 0.6 | 0.49 |
| Hex | 32 | C8 | 43 | 4B | 0 | 42 | 16 | 7F | 3C | 31 |
| Octal | 62 | 310 | 103 | 113 | 0 | 102 | 26 | 177 | 74 | 61 |
| Binary | 110010 | 11001000 | 1000011 | 1001011 | 0 | 1000010 | 10110 | 1111111 | 111100 | 110001 |
Color Harmonies of #32C843
Complementary color
Monochromatic Colors of #32C843
Black with #32C843
Text Example
Text Example
White with #32C843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C843; }
p { color: rgb(50,200,67); }
H1.HeaderClassName
{
color: #32C843;
}
.AnyTagClassName
{
color: #32C843;
}
</style>
background-color css
<style>
a { background-color: #32C843; }
a { background-color: rgb(50,200,67); }
div.DivClassName
{
background-color: #32C843;
}
.BgClassName
{
background-color: #32C843;
}
</style>
border-color css
<style>
span { border-color: #32C843; }
span { border-color: rgb(50,200,67); }
td.TdClassName
{
border-color: #32C843;
}
.TagClassName
{
border-color: #32C843;
}
</style>