Shades of Lime Green #32C831
Tints of Lime Green #32C831
RGB
CMYK
RGB Variations
Color information
#32C831 (or 0x32C831) is known color: Lime Green. HEX triplet: 32, C8 and 31. RGB value is (50,200,49). Sum of RGB (Red+Green+Blue) = 50+200+49=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 200 (78.52% from 255 or 66.89% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 200 - color contains mainly: green. Hex color #32C831 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C831 is #CD37CE. Grayscale: #8A8A8A. Windows color (decimal): -13449167 or 3262514. OLE color: 3262514.
HSL color Cylindrical-coordinate representation of color #32C831: hue angle of 119.6º degrees, saturation: 0.61, 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 #32C831 is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 200 | 49 | - |
| CMYK | 0.75 | 0 | 0.76 | 0.22 |
| HSL | 119.6º | 0.61% | 0.49% | - |
| HSV(B) | 119.6º | 0.76% | 0.78% | - |
| XYZ | 22.52 | 42.21 | 9.87 | - |
| YUV | 137.94 | 77.81 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 200 | 49 | 0.75 | 0 | 0.76 | 0.22 | 119.6 | 0.61 | 0.49 |
| Hex | 32 | C8 | 31 | 4B | 0 | 4C | 16 | 78 | 3D | 31 |
| Octal | 62 | 310 | 61 | 113 | 0 | 114 | 26 | 170 | 75 | 61 |
| Binary | 110010 | 11001000 | 110001 | 1001011 | 0 | 1001100 | 10110 | 1111000 | 111101 | 110001 |
Color Harmonies of #32C831
Complementary color
Monochromatic Colors of #32C831
Black with #32C831
Text Example
Text Example
White with #32C831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C831; }
p { color: rgb(50,200,49); }
H1.HeaderClassName
{
color: #32C831;
}
.AnyTagClassName
{
color: #32C831;
}
</style>
background-color css
<style>
a { background-color: #32C831; }
a { background-color: rgb(50,200,49); }
div.DivClassName
{
background-color: #32C831;
}
.BgClassName
{
background-color: #32C831;
}
</style>
border-color css
<style>
span { border-color: #32C831; }
span { border-color: rgb(50,200,49); }
td.TdClassName
{
border-color: #32C831;
}
.TagClassName
{
border-color: #32C831;
}
</style>