Shades of Lime Green #51E32E
Tints of Lime Green #51E32E
RGB
CMYK
RGB Variations
Color information
#51E32E (or 0x51E32E) is known color: Lime Green. HEX triplet: 51, E3 and 2E. RGB value is (81,227,46). Sum of RGB (Red+Green+Blue) = 81+227+46=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 227 (89.06% from 255 or 64.12% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 227 - color contains mainly: green. Hex color #51E32E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51E32E is #AE1CD1. Grayscale: #A3A3A3. Windows color (decimal): -11410642 or 3072849. OLE color: 3072849.
HSL color Cylindrical-coordinate representation of color #51E32E: hue angle of 108.4º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #51E32E is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 81 | 227 | 46 | - |
| CMYK | 0.64 | 0 | 0.80 | 0.11 |
| HSL | 108.4º | 0.76% | 0.54% | - |
| HSV(B) | 108.4º | 0.8% | 0.89% | - |
| XYZ | 31.36 | 56.88 | 11.91 | - |
| YUV | 162.71 | 62.13 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 227 | 46 | 0.64 | 0 | 0.80 | 0.11 | 108.4 | 0.76 | 0.54 |
| Hex | 51 | E3 | 2E | 40 | 0 | 50 | B | 6C | 4C | 36 |
| Octal | 121 | 343 | 56 | 100 | 0 | 120 | 13 | 154 | 114 | 66 |
| Binary | 1010001 | 11100011 | 101110 | 1000000 | 0 | 1010000 | 1011 | 1101100 | 1001100 | 110110 |
Color Harmonies of #51E32E
Complementary color
Monochromatic Colors of #51E32E
Black with #51E32E
Text Example
Text Example
White with #51E32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E32E; }
p { color: rgb(81,227,46); }
H1.HeaderClassName
{
color: #51E32E;
}
.AnyTagClassName
{
color: #51E32E;
}
</style>
background-color css
<style>
a { background-color: #51E32E; }
a { background-color: rgb(81,227,46); }
div.DivClassName
{
background-color: #51E32E;
}
.BgClassName
{
background-color: #51E32E;
}
</style>
border-color css
<style>
span { border-color: #51E32E; }
span { border-color: rgb(81,227,46); }
td.TdClassName
{
border-color: #51E32E;
}
.TagClassName
{
border-color: #51E32E;
}
</style>