Shades of Lime Green #32D64A
Tints of Lime Green #32D64A
RGB
CMYK
RGB Variations
Color information
#32D64A (or 0x32D64A) is known color: Lime Green. HEX triplet: 32, D6 and 4A. RGB value is (50,214,74). Sum of RGB (Red+Green+Blue) = 50+214+74=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 214 (83.98% from 255 or 63.31% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 214 - color contains mainly: green. Hex color #32D64A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D64A is #CD29B5. Grayscale: #959595. Windows color (decimal): -13445558 or 4904498. OLE color: 4904498.
HSL color Cylindrical-coordinate representation of color #32D64A: hue angle of 128.78º 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 #32D64A is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 214 | 74 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.16 |
| HSL | 128.78º | 0.67% | 0.52% | - |
| HSV(B) | 128.78º | 0.77% | 0.84% | - |
| XYZ | 26.6 | 49.27 | 14.59 | - |
| YUV | 149 | 85.67 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 214 | 74 | 0.77 | 0 | 0.65 | 0.16 | 128.78 | 0.67 | 0.52 |
| Hex | 32 | D6 | 4A | 4D | 0 | 41 | 10 | 81 | 43 | 34 |
| Octal | 62 | 326 | 112 | 115 | 0 | 101 | 20 | 201 | 103 | 64 |
| Binary | 110010 | 11010110 | 1001010 | 1001101 | 0 | 1000001 | 10000 | 10000001 | 1000011 | 110100 |
Color Harmonies of #32D64A
Complementary color
Monochromatic Colors of #32D64A
Black with #32D64A
Text Example
Text Example
White with #32D64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D64A; }
p { color: rgb(50,214,74); }
H1.HeaderClassName
{
color: #32D64A;
}
.AnyTagClassName
{
color: #32D64A;
}
</style>
background-color css
<style>
a { background-color: #32D64A; }
a { background-color: rgb(50,214,74); }
div.DivClassName
{
background-color: #32D64A;
}
.BgClassName
{
background-color: #32D64A;
}
</style>
border-color css
<style>
span { border-color: #32D64A; }
span { border-color: rgb(50,214,74); }
td.TdClassName
{
border-color: #32D64A;
}
.TagClassName
{
border-color: #32D64A;
}
</style>