Shades of Lime Green #32DF13
Tints of Lime Green #32DF13
RGB
CMYK
RGB Variations
Color information
#32DF13 (or 0x32DF13) is known color: Lime Green. HEX triplet: 32, DF and 13. RGB value is (50,223,19). Sum of RGB (Red+Green+Blue) = 50+223+19=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 223 (87.5% from 255 or 76.37% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 223 - color contains mainly: green. Hex color #32DF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32DF13 is #CD20EC. Grayscale: #949494. Windows color (decimal): -13443309 or 1302322. OLE color: 1302322.
HSL color Cylindrical-coordinate representation of color #32DF13: hue angle of 110.88º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32DF13 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 223 | 19 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.13 |
| HSL | 110.88º | 0.84% | 0.47% | - |
| HSV(B) | 110.88º | 0.91% | 0.87% | - |
| XYZ | 27.82 | 53.5 | 9.48 | - |
| YUV | 148.02 | 55.19 | 58.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 223 | 19 | 0.78 | 0 | 0.91 | 0.13 | 110.88 | 0.84 | 0.47 |
| Hex | 32 | DF | 13 | 4E | 0 | 5B | D | 6F | 54 | 2F |
| Octal | 62 | 337 | 23 | 116 | 0 | 133 | 15 | 157 | 124 | 57 |
| Binary | 110010 | 11011111 | 10011 | 1001110 | 0 | 1011011 | 1101 | 1101111 | 1010100 | 101111 |
Color Harmonies of #32DF13
Complementary color
Monochromatic Colors of #32DF13
Black with #32DF13
Text Example
Text Example
White with #32DF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DF13; }
p { color: rgb(50,223,19); }
H1.HeaderClassName
{
color: #32DF13;
}
.AnyTagClassName
{
color: #32DF13;
}
</style>
background-color css
<style>
a { background-color: #32DF13; }
a { background-color: rgb(50,223,19); }
div.DivClassName
{
background-color: #32DF13;
}
.BgClassName
{
background-color: #32DF13;
}
</style>
border-color css
<style>
span { border-color: #32DF13; }
span { border-color: rgb(50,223,19); }
td.TdClassName
{
border-color: #32DF13;
}
.TagClassName
{
border-color: #32DF13;
}
</style>