Shades of Lime Green #32E443
Tints of Lime Green #32E443
RGB
CMYK
RGB Variations
Color information
#32E443 (or 0x32E443) is known color: Lime Green. HEX triplet: 32, E4 and 43. RGB value is (50,228,67). Sum of RGB (Red+Green+Blue) = 50+228+67=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 228 (89.45% from 255 or 66.09% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 228 - color contains mainly: green. Hex color #32E443 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E443 is #CD1BBC. Grayscale: #9C9C9C. Windows color (decimal): -13441981 or 4449330. OLE color: 4449330.
HSL color Cylindrical-coordinate representation of color #32E443: hue angle of 125.73º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E443 is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 228 | 67 | - |
| CMYK | 0.78 | 0 | 0.71 | 0.11 |
| HSL | 125.73º | 0.77% | 0.55% | - |
| HSV(B) | 125.73º | 0.78% | 0.89% | - |
| XYZ | 30.07 | 56.57 | 14.64 | - |
| YUV | 156.42 | 77.53 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 228 | 67 | 0.78 | 0 | 0.71 | 0.11 | 125.73 | 0.77 | 0.55 |
| Hex | 32 | E4 | 43 | 4E | 0 | 47 | B | 7E | 4D | 37 |
| Octal | 62 | 344 | 103 | 116 | 0 | 107 | 13 | 176 | 115 | 67 |
| Binary | 110010 | 11100100 | 1000011 | 1001110 | 0 | 1000111 | 1011 | 1111110 | 1001101 | 110111 |
Color Harmonies of #32E443
Complementary color
Monochromatic Colors of #32E443
Black with #32E443
Text Example
Text Example
White with #32E443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E443; }
p { color: rgb(50,228,67); }
H1.HeaderClassName
{
color: #32E443;
}
.AnyTagClassName
{
color: #32E443;
}
</style>
background-color css
<style>
a { background-color: #32E443; }
a { background-color: rgb(50,228,67); }
div.DivClassName
{
background-color: #32E443;
}
.BgClassName
{
background-color: #32E443;
}
</style>
border-color css
<style>
span { border-color: #32E443; }
span { border-color: rgb(50,228,67); }
td.TdClassName
{
border-color: #32E443;
}
.TagClassName
{
border-color: #32E443;
}
</style>