Shades of Lime Green #32C235
Tints of Lime Green #32C235
RGB
CMYK
RGB Variations
Color information
#32C235 (or 0x32C235) is known color: Lime Green. HEX triplet: 32, C2 and 35. RGB value is (50,194,53). Sum of RGB (Red+Green+Blue) = 50+194+53=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 194 (76.17% from 255 or 65.32% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 194 - color contains mainly: green. Hex color #32C235 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C235 is #CD3DCA. Grayscale: #878787. Windows color (decimal): -13450699 or 3523122. OLE color: 3523122.
HSL color Cylindrical-coordinate representation of color #32C235: hue angle of 121.25º 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 #32C235 is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 194 | 53 | - |
| CMYK | 0.74 | 0 | 0.73 | 0.24 |
| HSL | 121.25º | 0.59% | 0.48% | - |
| HSV(B) | 121.25º | 0.74% | 0.76% | - |
| XYZ | 21.25 | 39.52 | 9.88 | - |
| YUV | 134.87 | 81.79 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 194 | 53 | 0.74 | 0 | 0.73 | 0.24 | 121.25 | 0.59 | 0.48 |
| Hex | 32 | C2 | 35 | 4A | 0 | 49 | 18 | 79 | 3B | 30 |
| Octal | 62 | 302 | 65 | 112 | 0 | 111 | 30 | 171 | 73 | 60 |
| Binary | 110010 | 11000010 | 110101 | 1001010 | 0 | 1001001 | 11000 | 1111001 | 111011 | 110000 |
Color Harmonies of #32C235
Complementary color
Monochromatic Colors of #32C235
Black with #32C235
Text Example
Text Example
White with #32C235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C235; }
p { color: rgb(50,194,53); }
H1.HeaderClassName
{
color: #32C235;
}
.AnyTagClassName
{
color: #32C235;
}
</style>
background-color css
<style>
a { background-color: #32C235; }
a { background-color: rgb(50,194,53); }
div.DivClassName
{
background-color: #32C235;
}
.BgClassName
{
background-color: #32C235;
}
</style>
border-color css
<style>
span { border-color: #32C235; }
span { border-color: rgb(50,194,53); }
td.TdClassName
{
border-color: #32C235;
}
.TagClassName
{
border-color: #32C235;
}
</style>