Shades of Lime Green #32C833
Tints of Lime Green #32C833
RGB
CMYK
RGB Variations
Color information
#32C833 (or 0x32C833) is known color: Lime Green. HEX triplet: 32, C8 and 33. RGB value is (50,200,51). Sum of RGB (Red+Green+Blue) = 50+200+51=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 200 (78.52% from 255 or 66.45% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 200 - color contains mainly: green. Hex color #32C833 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C833 is #CD37CC. Grayscale: #8A8A8A. Windows color (decimal): -13449165 or 3393586. OLE color: 3393586.
HSL color Cylindrical-coordinate representation of color #32C833: hue angle of 120.4º 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 #32C833 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 200 | 51 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.22 |
| HSL | 120.4º | 0.6% | 0.49% | - |
| HSV(B) | 120.4º | 0.75% | 0.78% | - |
| XYZ | 22.57 | 42.23 | 10.09 | - |
| YUV | 138.16 | 78.81 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 200 | 51 | 0.75 | 0 | 0.74 | 0.22 | 120.4 | 0.6 | 0.49 |
| Hex | 32 | C8 | 33 | 4B | 0 | 4A | 16 | 78 | 3C | 31 |
| Octal | 62 | 310 | 63 | 113 | 0 | 112 | 26 | 170 | 74 | 61 |
| Binary | 110010 | 11001000 | 110011 | 1001011 | 0 | 1001010 | 10110 | 1111000 | 111100 | 110001 |
Color Harmonies of #32C833
Complementary color
Monochromatic Colors of #32C833
Black with #32C833
Text Example
Text Example
White with #32C833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C833; }
p { color: rgb(50,200,51); }
H1.HeaderClassName
{
color: #32C833;
}
.AnyTagClassName
{
color: #32C833;
}
</style>
background-color css
<style>
a { background-color: #32C833; }
a { background-color: rgb(50,200,51); }
div.DivClassName
{
background-color: #32C833;
}
.BgClassName
{
background-color: #32C833;
}
</style>
border-color css
<style>
span { border-color: #32C833; }
span { border-color: rgb(50,200,51); }
td.TdClassName
{
border-color: #32C833;
}
.TagClassName
{
border-color: #32C833;
}
</style>