Shades of Lime Green #32D43B
Tints of Lime Green #32D43B
RGB
CMYK
RGB Variations
Color information
#32D43B (or 0x32D43B) is known color: Lime Green. HEX triplet: 32, D4 and 3B. RGB value is (50,212,59). Sum of RGB (Red+Green+Blue) = 50+212+59=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 212 (83.20% from 255 or 66.04% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 212 - color contains mainly: green. Hex color #32D43B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D43B is #CD2BC4. Grayscale: #929292. Windows color (decimal): -13446085 or 3920946. OLE color: 3920946.
HSL color Cylindrical-coordinate representation of color #32D43B: hue angle of 123.33º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D43B is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 50 | 212 | 59 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.17 |
| HSL | 123.33º | 0.65% | 0.51% | - |
| HSV(B) | 123.33º | 0.76% | 0.83% | - |
| XYZ | 25.65 | 48.08 | 12.07 | - |
| YUV | 146.12 | 78.83 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 212 | 59 | 0.76 | 0 | 0.72 | 0.17 | 123.33 | 0.65 | 0.51 |
| Hex | 32 | D4 | 3B | 4C | 0 | 48 | 11 | 7B | 41 | 33 |
| Octal | 62 | 324 | 73 | 114 | 0 | 110 | 21 | 173 | 101 | 63 |
| Binary | 110010 | 11010100 | 111011 | 1001100 | 0 | 1001000 | 10001 | 1111011 | 1000001 | 110011 |
Color Harmonies of #32D43B
Complementary color
Monochromatic Colors of #32D43B
Black with #32D43B
Text Example
Text Example
White with #32D43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D43B; }
p { color: rgb(50,212,59); }
H1.HeaderClassName
{
color: #32D43B;
}
.AnyTagClassName
{
color: #32D43B;
}
</style>
background-color css
<style>
a { background-color: #32D43B; }
a { background-color: rgb(50,212,59); }
div.DivClassName
{
background-color: #32D43B;
}
.BgClassName
{
background-color: #32D43B;
}
</style>
border-color css
<style>
span { border-color: #32D43B; }
span { border-color: rgb(50,212,59); }
td.TdClassName
{
border-color: #32D43B;
}
.TagClassName
{
border-color: #32D43B;
}
</style>