Shades of Lime Green #32C426
Tints of Lime Green #32C426
RGB
CMYK
RGB Variations
Color information
#32C426 (or 0x32C426) is known color: Lime Green. HEX triplet: 32, C4 and 26. RGB value is (50,196,38). Sum of RGB (Red+Green+Blue) = 50+196+38=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 196 (76.95% from 255 or 69.01% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 196 - color contains mainly: green. Hex color #32C426 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C426 is #CD3BD9. Grayscale: #868686. Windows color (decimal): -13450202 or 2540594. OLE color: 2540594.
HSL color Cylindrical-coordinate representation of color #32C426: hue angle of 115.44º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #32C426 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 196 | 38 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.23 |
| HSL | 115.44º | 0.68% | 0.46% | - |
| HSV(B) | 115.44º | 0.81% | 0.77% | - |
| XYZ | 21.41 | 40.3 | 8.48 | - |
| YUV | 134.33 | 73.63 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 196 | 38 | 0.74 | 0 | 0.81 | 0.23 | 115.44 | 0.68 | 0.46 |
| Hex | 32 | C4 | 26 | 4A | 0 | 51 | 17 | 73 | 44 | 2E |
| Octal | 62 | 304 | 46 | 112 | 0 | 121 | 27 | 163 | 104 | 56 |
| Binary | 110010 | 11000100 | 100110 | 1001010 | 0 | 1010001 | 10111 | 1110011 | 1000100 | 101110 |
Color Harmonies of #32C426
Complementary color
Monochromatic Colors of #32C426
Black with #32C426
Text Example
Text Example
White with #32C426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C426; }
p { color: rgb(50,196,38); }
H1.HeaderClassName
{
color: #32C426;
}
.AnyTagClassName
{
color: #32C426;
}
</style>
background-color css
<style>
a { background-color: #32C426; }
a { background-color: rgb(50,196,38); }
div.DivClassName
{
background-color: #32C426;
}
.BgClassName
{
background-color: #32C426;
}
</style>
border-color css
<style>
span { border-color: #32C426; }
span { border-color: rgb(50,196,38); }
td.TdClassName
{
border-color: #32C426;
}
.TagClassName
{
border-color: #32C426;
}
</style>