Shades of Lime Green #32C13B
Tints of Lime Green #32C13B
RGB
CMYK
RGB Variations
Color information
#32C13B (or 0x32C13B) is known color: Lime Green. HEX triplet: 32, C1 and 3B. RGB value is (50,193,59). Sum of RGB (Red+Green+Blue) = 50+193+59=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 193 (75.78% from 255 or 63.91% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 193 - color contains mainly: green. Hex color #32C13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C13B is #CD3EC4. Grayscale: #878787. Windows color (decimal): -13450949 or 3916082. OLE color: 3916082.
HSL color Cylindrical-coordinate representation of color #32C13B: hue angle of 123.78º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C13B is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 193 | 59 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.24 |
| HSL | 123.78º | 0.59% | 0.48% | - |
| HSV(B) | 123.78º | 0.74% | 0.76% | - |
| XYZ | 21.17 | 39.13 | 10.58 | - |
| YUV | 134.97 | 85.12 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 193 | 59 | 0.74 | 0 | 0.69 | 0.24 | 123.78 | 0.59 | 0.48 |
| Hex | 32 | C1 | 3B | 4A | 0 | 45 | 18 | 7C | 3B | 30 |
| Octal | 62 | 301 | 73 | 112 | 0 | 105 | 30 | 174 | 73 | 60 |
| Binary | 110010 | 11000001 | 111011 | 1001010 | 0 | 1000101 | 11000 | 1111100 | 111011 | 110000 |
Color Harmonies of #32C13B
Complementary color
Monochromatic Colors of #32C13B
Black with #32C13B
Text Example
Text Example
White with #32C13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C13B; }
p { color: rgb(50,193,59); }
H1.HeaderClassName
{
color: #32C13B;
}
.AnyTagClassName
{
color: #32C13B;
}
</style>
background-color css
<style>
a { background-color: #32C13B; }
a { background-color: rgb(50,193,59); }
div.DivClassName
{
background-color: #32C13B;
}
.BgClassName
{
background-color: #32C13B;
}
</style>
border-color css
<style>
span { border-color: #32C13B; }
span { border-color: rgb(50,193,59); }
td.TdClassName
{
border-color: #32C13B;
}
.TagClassName
{
border-color: #32C13B;
}
</style>