Shades of Lime Green #32C130
Tints of Lime Green #32C130
RGB
CMYK
RGB Variations
Color information
#32C130 (or 0x32C130) is known color: Lime Green. HEX triplet: 32, C1 and 30. RGB value is (50,193,48). Sum of RGB (Red+Green+Blue) = 50+193+48=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 193 (75.78% from 255 or 66.32% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 193 - color contains mainly: green. Hex color #32C130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C130 is #CD3ECF. Grayscale: #868686. Windows color (decimal): -13450960 or 3195186. OLE color: 3195186.
HSL color Cylindrical-coordinate representation of color #32C130: hue angle of 119.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C130 is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 193 | 48 | - |
| CMYK | 0.74 | 0 | 0.75 | 0.24 |
| HSL | 119.17º | 0.6% | 0.47% | - |
| HSV(B) | 119.17º | 0.75% | 0.76% | - |
| XYZ | 20.92 | 39.03 | 9.23 | - |
| YUV | 133.71 | 79.62 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 193 | 48 | 0.74 | 0 | 0.75 | 0.24 | 119.17 | 0.6 | 0.47 |
| Hex | 32 | C1 | 30 | 4A | 0 | 4B | 18 | 77 | 3C | 2F |
| Octal | 62 | 301 | 60 | 112 | 0 | 113 | 30 | 167 | 74 | 57 |
| Binary | 110010 | 11000001 | 110000 | 1001010 | 0 | 1001011 | 11000 | 1110111 | 111100 | 101111 |
Color Harmonies of #32C130
Complementary color
Monochromatic Colors of #32C130
Black with #32C130
Text Example
Text Example
White with #32C130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C130; }
p { color: rgb(50,193,48); }
H1.HeaderClassName
{
color: #32C130;
}
.AnyTagClassName
{
color: #32C130;
}
</style>
background-color css
<style>
a { background-color: #32C130; }
a { background-color: rgb(50,193,48); }
div.DivClassName
{
background-color: #32C130;
}
.BgClassName
{
background-color: #32C130;
}
</style>
border-color css
<style>
span { border-color: #32C130; }
span { border-color: rgb(50,193,48); }
td.TdClassName
{
border-color: #32C130;
}
.TagClassName
{
border-color: #32C130;
}
</style>