Shades of Lime Green #32E31C
Tints of Lime Green #32E31C
RGB
CMYK
RGB Variations
Color information
#32E31C (or 0x32E31C) is known color: Lime Green. HEX triplet: 32, E3 and 1C. RGB value is (50,227,28). Sum of RGB (Red+Green+Blue) = 50+227+28=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 227 (89.06% from 255 or 74.43% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 227 - color contains mainly: green. Hex color #32E31C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E31C is #CD1CE3. Grayscale: #989898. Windows color (decimal): -13442276 or 1893170. OLE color: 1893170.
HSL color Cylindrical-coordinate representation of color #32E31C: hue angle of 113.37º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32E31C is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 227 | 28 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.11 |
| HSL | 113.37º | 0.78% | 0.5% | - |
| HSV(B) | 113.37º | 0.88% | 0.89% | - |
| XYZ | 28.99 | 55.7 | 10.32 | - |
| YUV | 151.39 | 58.36 | 55.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 227 | 28 | 0.78 | 0 | 0.88 | 0.11 | 113.37 | 0.78 | 0.5 |
| Hex | 32 | E3 | 1C | 4E | 0 | 58 | B | 71 | 4E | 32 |
| Octal | 62 | 343 | 34 | 116 | 0 | 130 | 13 | 161 | 116 | 62 |
| Binary | 110010 | 11100011 | 11100 | 1001110 | 0 | 1011000 | 1011 | 1110001 | 1001110 | 110010 |
Color Harmonies of #32E31C
Complementary color
Monochromatic Colors of #32E31C
Black with #32E31C
Text Example
Text Example
White with #32E31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E31C; }
p { color: rgb(50,227,28); }
H1.HeaderClassName
{
color: #32E31C;
}
.AnyTagClassName
{
color: #32E31C;
}
</style>
background-color css
<style>
a { background-color: #32E31C; }
a { background-color: rgb(50,227,28); }
div.DivClassName
{
background-color: #32E31C;
}
.BgClassName
{
background-color: #32E31C;
}
</style>
border-color css
<style>
span { border-color: #32E31C; }
span { border-color: rgb(50,227,28); }
td.TdClassName
{
border-color: #32E31C;
}
.TagClassName
{
border-color: #32E31C;
}
</style>