Shades of Lime Green #32D315
Tints of Lime Green #32D315
RGB
CMYK
RGB Variations
Color information
#32D315 (or 0x32D315) is known color: Lime Green. HEX triplet: 32, D3 and 15. RGB value is (50,211,21). Sum of RGB (Red+Green+Blue) = 50+211+21=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 211 (82.81% from 255 or 74.82% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 211 - color contains mainly: green. Hex color #32D315 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32D315 is #CD2CEA. Grayscale: #8D8D8D. Windows color (decimal): -13446379 or 1430322. OLE color: 1430322.
HSL color Cylindrical-coordinate representation of color #32D315: hue angle of 110.84º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32D315 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 50 | 211 | 21 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.17 |
| HSL | 110.84º | 0.82% | 0.45% | - |
| HSV(B) | 110.84º | 0.9% | 0.83% | - |
| XYZ | 24.75 | 47.32 | 8.54 | - |
| YUV | 141.2 | 60.16 | 62.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 211 | 21 | 0.76 | 0 | 0.90 | 0.17 | 110.84 | 0.82 | 0.45 |
| Hex | 32 | D3 | 15 | 4C | 0 | 5A | 11 | 6F | 52 | 2D |
| Octal | 62 | 323 | 25 | 114 | 0 | 132 | 21 | 157 | 122 | 55 |
| Binary | 110010 | 11010011 | 10101 | 1001100 | 0 | 1011010 | 10001 | 1101111 | 1010010 | 101101 |
Color Harmonies of #32D315
Complementary color
Monochromatic Colors of #32D315
Black with #32D315
Text Example
Text Example
White with #32D315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D315; }
p { color: rgb(50,211,21); }
H1.HeaderClassName
{
color: #32D315;
}
.AnyTagClassName
{
color: #32D315;
}
</style>
background-color css
<style>
a { background-color: #32D315; }
a { background-color: rgb(50,211,21); }
div.DivClassName
{
background-color: #32D315;
}
.BgClassName
{
background-color: #32D315;
}
</style>
border-color css
<style>
span { border-color: #32D315; }
span { border-color: rgb(50,211,21); }
td.TdClassName
{
border-color: #32D315;
}
.TagClassName
{
border-color: #32D315;
}
</style>