Shades of Lime Green #32E736
Tints of Lime Green #32E736
RGB
CMYK
RGB Variations
Color information
#32E736 (or 0x32E736) is known color: Lime Green. HEX triplet: 32, E7 and 36. RGB value is (50,231,54). Sum of RGB (Red+Green+Blue) = 50+231+54=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 231 (90.62% from 255 or 68.96% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 231 - color contains mainly: green. Hex color #32E736 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32E736 is #CD18C9. Grayscale: #9D9D9D. Windows color (decimal): -13441226 or 3598130. OLE color: 3598130.
HSL color Cylindrical-coordinate representation of color #32E736: hue angle of 121.33º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E736 is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 231 | 54 | - |
| CMYK | 0.78 | 0 | 0.77 | 0.09 |
| HSL | 121.33º | 0.79% | 0.55% | - |
| HSV(B) | 121.33º | 0.78% | 0.91% | - |
| XYZ | 30.56 | 58.1 | 13.09 | - |
| YUV | 156.7 | 70.03 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 231 | 54 | 0.78 | 0 | 0.77 | 0.09 | 121.33 | 0.79 | 0.55 |
| Hex | 32 | E7 | 36 | 4E | 0 | 4D | 9 | 79 | 4F | 37 |
| Octal | 62 | 347 | 66 | 116 | 0 | 115 | 11 | 171 | 117 | 67 |
| Binary | 110010 | 11100111 | 110110 | 1001110 | 0 | 1001101 | 1001 | 1111001 | 1001111 | 110111 |
Color Harmonies of #32E736
Complementary color
Monochromatic Colors of #32E736
Black with #32E736
Text Example
Text Example
White with #32E736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E736; }
p { color: rgb(50,231,54); }
H1.HeaderClassName
{
color: #32E736;
}
.AnyTagClassName
{
color: #32E736;
}
</style>
background-color css
<style>
a { background-color: #32E736; }
a { background-color: rgb(50,231,54); }
div.DivClassName
{
background-color: #32E736;
}
.BgClassName
{
background-color: #32E736;
}
</style>
border-color css
<style>
span { border-color: #32E736; }
span { border-color: rgb(50,231,54); }
td.TdClassName
{
border-color: #32E736;
}
.TagClassName
{
border-color: #32E736;
}
</style>