Shades of Lime Green #32D915
Tints of Lime Green #32D915
RGB
CMYK
RGB Variations
Color information
#32D915 (or 0x32D915) is known color: Lime Green. HEX triplet: 32, D9 and 15. RGB value is (50,217,21). Sum of RGB (Red+Green+Blue) = 50+217+21=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 217 (85.16% from 255 or 75.35% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 217 - color contains mainly: green. Hex color #32D915 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32D915 is #CD26EA. Grayscale: #919191. Windows color (decimal): -13444843 or 1431858. OLE color: 1431858.
HSL color Cylindrical-coordinate representation of color #32D915: hue angle of 111.12º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32D915 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 217 | 21 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.15 |
| HSL | 111.12º | 0.82% | 0.47% | - |
| HSV(B) | 111.12º | 0.9% | 0.85% | - |
| XYZ | 26.26 | 50.36 | 9.05 | - |
| YUV | 144.72 | 58.17 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 217 | 21 | 0.77 | 0 | 0.90 | 0.15 | 111.12 | 0.82 | 0.47 |
| Hex | 32 | D9 | 15 | 4D | 0 | 5A | F | 6F | 52 | 2F |
| Octal | 62 | 331 | 25 | 115 | 0 | 132 | 17 | 157 | 122 | 57 |
| Binary | 110010 | 11011001 | 10101 | 1001101 | 0 | 1011010 | 1111 | 1101111 | 1010010 | 101111 |
Color Harmonies of #32D915
Complementary color
Monochromatic Colors of #32D915
Black with #32D915
Text Example
Text Example
White with #32D915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D915; }
p { color: rgb(50,217,21); }
H1.HeaderClassName
{
color: #32D915;
}
.AnyTagClassName
{
color: #32D915;
}
</style>
background-color css
<style>
a { background-color: #32D915; }
a { background-color: rgb(50,217,21); }
div.DivClassName
{
background-color: #32D915;
}
.BgClassName
{
background-color: #32D915;
}
</style>
border-color css
<style>
span { border-color: #32D915; }
span { border-color: rgb(50,217,21); }
td.TdClassName
{
border-color: #32D915;
}
.TagClassName
{
border-color: #32D915;
}
</style>