Shades of Lime Green #32D53A
Tints of Lime Green #32D53A
RGB
CMYK
RGB Variations
Color information
#32D53A (or 0x32D53A) is known color: Lime Green. HEX triplet: 32, D5 and 3A. RGB value is (50,213,58). Sum of RGB (Red+Green+Blue) = 50+213+58=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 213 (83.59% from 255 or 66.36% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 213 - color contains mainly: green. Hex color #32D53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D53A is #CD2AC5. Grayscale: #939393. Windows color (decimal): -13445830 or 3855666. OLE color: 3855666.
HSL color Cylindrical-coordinate representation of color #32D53A: hue angle of 122.94º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D53A is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 213 | 58 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.16 |
| HSL | 122.94º | 0.66% | 0.52% | - |
| HSV(B) | 122.94º | 0.77% | 0.84% | - |
| XYZ | 25.87 | 48.57 | 12.01 | - |
| YUV | 146.59 | 78 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 213 | 58 | 0.77 | 0 | 0.73 | 0.16 | 122.94 | 0.66 | 0.52 |
| Hex | 32 | D5 | 3A | 4D | 0 | 49 | 10 | 7B | 42 | 34 |
| Octal | 62 | 325 | 72 | 115 | 0 | 111 | 20 | 173 | 102 | 64 |
| Binary | 110010 | 11010101 | 111010 | 1001101 | 0 | 1001001 | 10000 | 1111011 | 1000010 | 110100 |
Color Harmonies of #32D53A
Complementary color
Monochromatic Colors of #32D53A
Black with #32D53A
Text Example
Text Example
White with #32D53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D53A; }
p { color: rgb(50,213,58); }
H1.HeaderClassName
{
color: #32D53A;
}
.AnyTagClassName
{
color: #32D53A;
}
</style>
background-color css
<style>
a { background-color: #32D53A; }
a { background-color: rgb(50,213,58); }
div.DivClassName
{
background-color: #32D53A;
}
.BgClassName
{
background-color: #32D53A;
}
</style>
border-color css
<style>
span { border-color: #32D53A; }
span { border-color: rgb(50,213,58); }
td.TdClassName
{
border-color: #32D53A;
}
.TagClassName
{
border-color: #32D53A;
}
</style>