Shades of Lime Green #32D13B
Tints of Lime Green #32D13B
RGB
CMYK
RGB Variations
Color information
#32D13B (or 0x32D13B) is known color: Lime Green. HEX triplet: 32, D1 and 3B. RGB value is (50,209,59). Sum of RGB (Red+Green+Blue) = 50+209+59=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 209 (82.03% from 255 or 65.72% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 209 - color contains mainly: green. Hex color #32D13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D13B is #CD2EC4. Grayscale: #909090. Windows color (decimal): -13446853 or 3920178. OLE color: 3920178.
HSL color Cylindrical-coordinate representation of color #32D13B: hue angle of 123.4º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D13B is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 209 | 59 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.18 |
| HSL | 123.4º | 0.63% | 0.51% | - |
| HSV(B) | 123.4º | 0.76% | 0.82% | - |
| XYZ | 24.91 | 46.59 | 11.82 | - |
| YUV | 144.36 | 79.82 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 209 | 59 | 0.76 | 0 | 0.72 | 0.18 | 123.4 | 0.63 | 0.51 |
| Hex | 32 | D1 | 3B | 4C | 0 | 48 | 12 | 7B | 3F | 33 |
| Octal | 62 | 321 | 73 | 114 | 0 | 110 | 22 | 173 | 77 | 63 |
| Binary | 110010 | 11010001 | 111011 | 1001100 | 0 | 1001000 | 10010 | 1111011 | 111111 | 110011 |
Color Harmonies of #32D13B
Complementary color
Monochromatic Colors of #32D13B
Black with #32D13B
Text Example
Text Example
White with #32D13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D13B; }
p { color: rgb(50,209,59); }
H1.HeaderClassName
{
color: #32D13B;
}
.AnyTagClassName
{
color: #32D13B;
}
</style>
background-color css
<style>
a { background-color: #32D13B; }
a { background-color: rgb(50,209,59); }
div.DivClassName
{
background-color: #32D13B;
}
.BgClassName
{
background-color: #32D13B;
}
</style>
border-color css
<style>
span { border-color: #32D13B; }
span { border-color: rgb(50,209,59); }
td.TdClassName
{
border-color: #32D13B;
}
.TagClassName
{
border-color: #32D13B;
}
</style>