Shades of Lime Green #32D14B
Tints of Lime Green #32D14B
RGB
CMYK
RGB Variations
Color information
#32D14B (or 0x32D14B) is known color: Lime Green. HEX triplet: 32, D1 and 4B. RGB value is (50,209,75). Sum of RGB (Red+Green+Blue) = 50+209+75=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 209 (82.03% from 255 or 62.57% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 209 - color contains mainly: green. Hex color #32D14B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D14B is #CD2EB4. Grayscale: #929292. Windows color (decimal): -13446837 or 4968754. OLE color: 4968754.
HSL color Cylindrical-coordinate representation of color #32D14B: hue angle of 129.43º 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 #32D14B is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 209 | 75 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.18 |
| HSL | 129.43º | 0.63% | 0.51% | - |
| HSV(B) | 129.43º | 0.76% | 0.82% | - |
| XYZ | 25.39 | 46.79 | 14.35 | - |
| YUV | 146.18 | 87.82 | 59.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 209 | 75 | 0.76 | 0 | 0.64 | 0.18 | 129.43 | 0.63 | 0.51 |
| Hex | 32 | D1 | 4B | 4C | 0 | 40 | 12 | 81 | 3F | 33 |
| Octal | 62 | 321 | 113 | 114 | 0 | 100 | 22 | 201 | 77 | 63 |
| Binary | 110010 | 11010001 | 1001011 | 1001100 | 0 | 1000000 | 10010 | 10000001 | 111111 | 110011 |
Color Harmonies of #32D14B
Complementary color
Monochromatic Colors of #32D14B
Black with #32D14B
Text Example
Text Example
White with #32D14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D14B; }
p { color: rgb(50,209,75); }
H1.HeaderClassName
{
color: #32D14B;
}
.AnyTagClassName
{
color: #32D14B;
}
</style>
background-color css
<style>
a { background-color: #32D14B; }
a { background-color: rgb(50,209,75); }
div.DivClassName
{
background-color: #32D14B;
}
.BgClassName
{
background-color: #32D14B;
}
</style>
border-color css
<style>
span { border-color: #32D14B; }
span { border-color: rgb(50,209,75); }
td.TdClassName
{
border-color: #32D14B;
}
.TagClassName
{
border-color: #32D14B;
}
</style>