Shades of Lime Green #32D215
Tints of Lime Green #32D215
RGB
CMYK
RGB Variations
Color information
#32D215 (or 0x32D215) is known color: Lime Green. HEX triplet: 32, D2 and 15. RGB value is (50,210,21). Sum of RGB (Red+Green+Blue) = 50+210+21=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 210 (82.42% from 255 or 74.73% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 210 - color contains mainly: green. Hex color #32D215 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32D215 is #CD2DEA. Grayscale: #8D8D8D. Windows color (decimal): -13446635 or 1430066. OLE color: 1430066.
HSL color Cylindrical-coordinate representation of color #32D215: hue angle of 110.79º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32D215 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 210 | 21 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.18 |
| HSL | 110.79º | 0.82% | 0.45% | - |
| HSV(B) | 110.79º | 0.9% | 0.82% | - |
| XYZ | 24.5 | 46.83 | 8.46 | - |
| YUV | 140.61 | 60.49 | 63.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 21 | 0.76 | 0 | 0.90 | 0.18 | 110.79 | 0.82 | 0.45 |
| Hex | 32 | D2 | 15 | 4C | 0 | 5A | 12 | 6F | 52 | 2D |
| Octal | 62 | 322 | 25 | 114 | 0 | 132 | 22 | 157 | 122 | 55 |
| Binary | 110010 | 11010010 | 10101 | 1001100 | 0 | 1011010 | 10010 | 1101111 | 1010010 | 101101 |
Color Harmonies of #32D215
Complementary color
Monochromatic Colors of #32D215
Black with #32D215
Text Example
Text Example
White with #32D215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D215; }
p { color: rgb(50,210,21); }
H1.HeaderClassName
{
color: #32D215;
}
.AnyTagClassName
{
color: #32D215;
}
</style>
background-color css
<style>
a { background-color: #32D215; }
a { background-color: rgb(50,210,21); }
div.DivClassName
{
background-color: #32D215;
}
.BgClassName
{
background-color: #32D215;
}
</style>
border-color css
<style>
span { border-color: #32D215; }
span { border-color: rgb(50,210,21); }
td.TdClassName
{
border-color: #32D215;
}
.TagClassName
{
border-color: #32D215;
}
</style>