Shades of Lime Green #51E132
Tints of Lime Green #51E132
RGB
CMYK
RGB Variations
Color information
#51E132 (or 0x51E132) is known color: Lime Green. HEX triplet: 51, E1 and 32. RGB value is (81,225,50). Sum of RGB (Red+Green+Blue) = 81+225+50=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 225 (88.28% from 255 or 63.20% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 225 - color contains mainly: green. Hex color #51E132 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51E132 is #AE1ECD. Grayscale: #A2A2A2. Windows color (decimal): -11411150 or 3334481. OLE color: 3334481.
HSL color Cylindrical-coordinate representation of color #51E132: hue angle of 109.37º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #51E132 is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 81 | 225 | 50 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.12 |
| HSL | 109.37º | 0.74% | 0.54% | - |
| HSV(B) | 109.37º | 0.78% | 0.88% | - |
| XYZ | 30.89 | 55.83 | 12.17 | - |
| YUV | 161.99 | 64.79 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 225 | 50 | 0.64 | 0 | 0.78 | 0.12 | 109.37 | 0.74 | 0.54 |
| Hex | 51 | E1 | 32 | 40 | 0 | 4E | C | 6D | 4A | 36 |
| Octal | 121 | 341 | 62 | 100 | 0 | 116 | 14 | 155 | 112 | 66 |
| Binary | 1010001 | 11100001 | 110010 | 1000000 | 0 | 1001110 | 1100 | 1101101 | 1001010 | 110110 |
Color Harmonies of #51E132
Complementary color
Monochromatic Colors of #51E132
Black with #51E132
Text Example
Text Example
White with #51E132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E132; }
p { color: rgb(81,225,50); }
H1.HeaderClassName
{
color: #51E132;
}
.AnyTagClassName
{
color: #51E132;
}
</style>
background-color css
<style>
a { background-color: #51E132; }
a { background-color: rgb(81,225,50); }
div.DivClassName
{
background-color: #51E132;
}
.BgClassName
{
background-color: #51E132;
}
</style>
border-color css
<style>
span { border-color: #51E132; }
span { border-color: rgb(81,225,50); }
td.TdClassName
{
border-color: #51E132;
}
.TagClassName
{
border-color: #51E132;
}
</style>