Shades of Lime Green #32D63D
Tints of Lime Green #32D63D
RGB
CMYK
RGB Variations
Color information
#32D63D (or 0x32D63D) is known color: Lime Green. HEX triplet: 32, D6 and 3D. RGB value is (50,214,61). Sum of RGB (Red+Green+Blue) = 50+214+61=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 214 (83.98% from 255 or 65.85% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 214 - color contains mainly: green. Hex color #32D63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D63D is #CD29C2. Grayscale: #939393. Windows color (decimal): -13445571 or 4052530. OLE color: 4052530.
HSL color Cylindrical-coordinate representation of color #32D63D: hue angle of 124.02º degrees, saturation: 0.67, 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 #32D63D is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 214 | 61 | - |
| CMYK | 0.77 | 0 | 0.71 | 0.16 |
| HSL | 124.02º | 0.67% | 0.52% | - |
| HSV(B) | 124.02º | 0.77% | 0.84% | - |
| XYZ | 26.2 | 49.11 | 12.51 | - |
| YUV | 147.52 | 79.17 | 58.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 214 | 61 | 0.77 | 0 | 0.71 | 0.16 | 124.02 | 0.67 | 0.52 |
| Hex | 32 | D6 | 3D | 4D | 0 | 47 | 10 | 7C | 43 | 34 |
| Octal | 62 | 326 | 75 | 115 | 0 | 107 | 20 | 174 | 103 | 64 |
| Binary | 110010 | 11010110 | 111101 | 1001101 | 0 | 1000111 | 10000 | 1111100 | 1000011 | 110100 |
Color Harmonies of #32D63D
Complementary color
Monochromatic Colors of #32D63D
Black with #32D63D
Text Example
Text Example
White with #32D63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D63D; }
p { color: rgb(50,214,61); }
H1.HeaderClassName
{
color: #32D63D;
}
.AnyTagClassName
{
color: #32D63D;
}
</style>
background-color css
<style>
a { background-color: #32D63D; }
a { background-color: rgb(50,214,61); }
div.DivClassName
{
background-color: #32D63D;
}
.BgClassName
{
background-color: #32D63D;
}
</style>
border-color css
<style>
span { border-color: #32D63D; }
span { border-color: rgb(50,214,61); }
td.TdClassName
{
border-color: #32D63D;
}
.TagClassName
{
border-color: #32D63D;
}
</style>