Shades of Lime Green #32E015
Tints of Lime Green #32E015
RGB
CMYK
RGB Variations
Color information
#32E015 (or 0x32E015) is known color: Lime Green. HEX triplet: 32, E0 and 15. RGB value is (50,224,21). Sum of RGB (Red+Green+Blue) = 50+224+21=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 224 (87.89% from 255 or 75.93% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 224 - color contains mainly: green. Hex color #32E015 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32E015 is #CD1FEA. Grayscale: #959595. Windows color (decimal): -13443051 or 1433650. OLE color: 1433650.
HSL color Cylindrical-coordinate representation of color #32E015: hue angle of 111.43º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32E015 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 224 | 21 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.12 |
| HSL | 111.43º | 0.83% | 0.48% | - |
| HSV(B) | 111.43º | 0.91% | 0.88% | - |
| XYZ | 28.11 | 54.04 | 9.66 | - |
| YUV | 148.83 | 55.85 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 224 | 21 | 0.78 | 0 | 0.91 | 0.12 | 111.43 | 0.83 | 0.48 |
| Hex | 32 | E0 | 15 | 4E | 0 | 5B | C | 6F | 53 | 30 |
| Octal | 62 | 340 | 25 | 116 | 0 | 133 | 14 | 157 | 123 | 60 |
| Binary | 110010 | 11100000 | 10101 | 1001110 | 0 | 1011011 | 1100 | 1101111 | 1010011 | 110000 |
Color Harmonies of #32E015
Complementary color
Monochromatic Colors of #32E015
Black with #32E015
Text Example
Text Example
White with #32E015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E015; }
p { color: rgb(50,224,21); }
H1.HeaderClassName
{
color: #32E015;
}
.AnyTagClassName
{
color: #32E015;
}
</style>
background-color css
<style>
a { background-color: #32E015; }
a { background-color: rgb(50,224,21); }
div.DivClassName
{
background-color: #32E015;
}
.BgClassName
{
background-color: #32E015;
}
</style>
border-color css
<style>
span { border-color: #32E015; }
span { border-color: rgb(50,224,21); }
td.TdClassName
{
border-color: #32E015;
}
.TagClassName
{
border-color: #32E015;
}
</style>