Shades of Lime Green #32C346
Tints of Lime Green #32C346
RGB
CMYK
RGB Variations
Color information
#32C346 (or 0x32C346) is known color: Lime Green. HEX triplet: 32, C3 and 46. RGB value is (50,195,70). Sum of RGB (Red+Green+Blue) = 50+195+70=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 195 (76.56% from 255 or 61.90% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 195 - color contains mainly: green. Hex color #32C346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C346 is #CD3CB9. Grayscale: #898989. Windows color (decimal): -13450426 or 4637490. OLE color: 4637490.
HSL color Cylindrical-coordinate representation of color #32C346: hue angle of 128.28º 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 #32C346 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 195 | 70 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.24 |
| HSL | 128.28º | 0.59% | 0.48% | - |
| HSV(B) | 128.28º | 0.74% | 0.76% | - |
| XYZ | 21.94 | 40.15 | 12.39 | - |
| YUV | 137.4 | 89.96 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 195 | 70 | 0.74 | 0 | 0.64 | 0.24 | 128.28 | 0.59 | 0.48 |
| Hex | 32 | C3 | 46 | 4A | 0 | 40 | 18 | 80 | 3B | 30 |
| Octal | 62 | 303 | 106 | 112 | 0 | 100 | 30 | 200 | 73 | 60 |
| Binary | 110010 | 11000011 | 1000110 | 1001010 | 0 | 1000000 | 11000 | 10000000 | 111011 | 110000 |
Color Harmonies of #32C346
Complementary color
Monochromatic Colors of #32C346
Black with #32C346
Text Example
Text Example
White with #32C346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C346; }
p { color: rgb(50,195,70); }
H1.HeaderClassName
{
color: #32C346;
}
.AnyTagClassName
{
color: #32C346;
}
</style>
background-color css
<style>
a { background-color: #32C346; }
a { background-color: rgb(50,195,70); }
div.DivClassName
{
background-color: #32C346;
}
.BgClassName
{
background-color: #32C346;
}
</style>
border-color css
<style>
span { border-color: #32C346; }
span { border-color: rgb(50,195,70); }
td.TdClassName
{
border-color: #32C346;
}
.TagClassName
{
border-color: #32C346;
}
</style>