Shades of Lime Green #32D51F
Tints of Lime Green #32D51F
RGB
CMYK
RGB Variations
Color information
#32D51F (or 0x32D51F) is known color: Lime Green. HEX triplet: 32, D5 and 1F. RGB value is (50,213,31). Sum of RGB (Red+Green+Blue) = 50+213+31=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 213 (83.59% from 255 or 72.45% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 213 - color contains mainly: green. Hex color #32D51F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D51F is #CD2AE0. Grayscale: #909090. Windows color (decimal): -13445857 or 2086194. OLE color: 2086194.
HSL color Cylindrical-coordinate representation of color #32D51F: hue angle of 113.74º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #32D51F is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 213 | 31 | - |
| CMYK | 0.77 | 0 | 0.85 | 0.16 |
| HSL | 113.74º | 0.75% | 0.48% | - |
| HSV(B) | 113.74º | 0.85% | 0.84% | - |
| XYZ | 25.36 | 48.37 | 9.3 | - |
| YUV | 143.52 | 64.5 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 213 | 31 | 0.77 | 0 | 0.85 | 0.16 | 113.74 | 0.75 | 0.48 |
| Hex | 32 | D5 | 1F | 4D | 0 | 55 | 10 | 72 | 4B | 30 |
| Octal | 62 | 325 | 37 | 115 | 0 | 125 | 20 | 162 | 113 | 60 |
| Binary | 110010 | 11010101 | 11111 | 1001101 | 0 | 1010101 | 10000 | 1110010 | 1001011 | 110000 |
Color Harmonies of #32D51F
Complementary color
Monochromatic Colors of #32D51F
Black with #32D51F
Text Example
Text Example
White with #32D51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D51F; }
p { color: rgb(50,213,31); }
H1.HeaderClassName
{
color: #32D51F;
}
.AnyTagClassName
{
color: #32D51F;
}
</style>
background-color css
<style>
a { background-color: #32D51F; }
a { background-color: rgb(50,213,31); }
div.DivClassName
{
background-color: #32D51F;
}
.BgClassName
{
background-color: #32D51F;
}
</style>
border-color css
<style>
span { border-color: #32D51F; }
span { border-color: rgb(50,213,31); }
td.TdClassName
{
border-color: #32D51F;
}
.TagClassName
{
border-color: #32D51F;
}
</style>