Shades of Lime Green #32E143
Tints of Lime Green #32E143
RGB
CMYK
RGB Variations
Color information
#32E143 (or 0x32E143) is known color: Lime Green. HEX triplet: 32, E1 and 43. RGB value is (50,225,67). Sum of RGB (Red+Green+Blue) = 50+225+67=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 225 (88.28% from 255 or 65.79% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 225 - color contains mainly: green. Hex color #32E143 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E143 is #CD1EBC. Grayscale: #9B9B9B. Windows color (decimal): -13442749 or 4448562. OLE color: 4448562.
HSL color Cylindrical-coordinate representation of color #32E143: hue angle of 125.83º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E143 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 225 | 67 | - |
| CMYK | 0.78 | 0 | 0.70 | 0.12 |
| HSL | 125.83º | 0.74% | 0.54% | - |
| HSV(B) | 125.83º | 0.78% | 0.88% | - |
| XYZ | 29.25 | 54.93 | 14.37 | - |
| YUV | 154.66 | 78.52 | 53.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 225 | 67 | 0.78 | 0 | 0.70 | 0.12 | 125.83 | 0.74 | 0.54 |
| Hex | 32 | E1 | 43 | 4E | 0 | 46 | C | 7E | 4A | 36 |
| Octal | 62 | 341 | 103 | 116 | 0 | 106 | 14 | 176 | 112 | 66 |
| Binary | 110010 | 11100001 | 1000011 | 1001110 | 0 | 1000110 | 1100 | 1111110 | 1001010 | 110110 |
Color Harmonies of #32E143
Complementary color
Monochromatic Colors of #32E143
Black with #32E143
Text Example
Text Example
White with #32E143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E143; }
p { color: rgb(50,225,67); }
H1.HeaderClassName
{
color: #32E143;
}
.AnyTagClassName
{
color: #32E143;
}
</style>
background-color css
<style>
a { background-color: #32E143; }
a { background-color: rgb(50,225,67); }
div.DivClassName
{
background-color: #32E143;
}
.BgClassName
{
background-color: #32E143;
}
</style>
border-color css
<style>
span { border-color: #32E143; }
span { border-color: rgb(50,225,67); }
td.TdClassName
{
border-color: #32E143;
}
.TagClassName
{
border-color: #32E143;
}
</style>