Shades of Lime Green #32C133
Tints of Lime Green #32C133
RGB
CMYK
RGB Variations
Color information
#32C133 (or 0x32C133) is known color: Lime Green. HEX triplet: 32, C1 and 33. RGB value is (50,193,51). Sum of RGB (Red+Green+Blue) = 50+193+51=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 193 (75.78% from 255 or 65.65% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 193 - color contains mainly: green. Hex color #32C133 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C133 is #CD3ECC. Grayscale: #868686. Windows color (decimal): -13450957 or 3391794. OLE color: 3391794.
HSL color Cylindrical-coordinate representation of color #32C133: hue angle of 120.42º 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 #32C133 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 193 | 51 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.24 |
| HSL | 120.42º | 0.59% | 0.48% | - |
| HSV(B) | 120.42º | 0.74% | 0.76% | - |
| XYZ | 20.98 | 39.06 | 9.56 | - |
| YUV | 134.06 | 81.12 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 193 | 51 | 0.74 | 0 | 0.74 | 0.24 | 120.42 | 0.59 | 0.48 |
| Hex | 32 | C1 | 33 | 4A | 0 | 4A | 18 | 78 | 3B | 30 |
| Octal | 62 | 301 | 63 | 112 | 0 | 112 | 30 | 170 | 73 | 60 |
| Binary | 110010 | 11000001 | 110011 | 1001010 | 0 | 1001010 | 11000 | 1111000 | 111011 | 110000 |
Color Harmonies of #32C133
Complementary color
Monochromatic Colors of #32C133
Black with #32C133
Text Example
Text Example
White with #32C133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C133; }
p { color: rgb(50,193,51); }
H1.HeaderClassName
{
color: #32C133;
}
.AnyTagClassName
{
color: #32C133;
}
</style>
background-color css
<style>
a { background-color: #32C133; }
a { background-color: rgb(50,193,51); }
div.DivClassName
{
background-color: #32C133;
}
.BgClassName
{
background-color: #32C133;
}
</style>
border-color css
<style>
span { border-color: #32C133; }
span { border-color: rgb(50,193,51); }
td.TdClassName
{
border-color: #32C133;
}
.TagClassName
{
border-color: #32C133;
}
</style>