Shades of Lime Green #51E42F
Tints of Lime Green #51E42F
RGB
CMYK
RGB Variations
Color information
#51E42F (or 0x51E42F) is known color: Lime Green. HEX triplet: 51, E4 and 2F. RGB value is (81,228,47). Sum of RGB (Red+Green+Blue) = 81+228+47=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 228 (89.45% from 255 or 64.04% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 228 - color contains mainly: green. Hex color #51E42F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51E42F is #AE1BD0. Grayscale: #A3A3A3. Windows color (decimal): -11410385 or 3138641. OLE color: 3138641.
HSL color Cylindrical-coordinate representation of color #51E42F: hue angle of 108.73º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #51E42F is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 81 | 228 | 47 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.11 |
| HSL | 108.73º | 0.77% | 0.54% | - |
| HSV(B) | 108.73º | 0.79% | 0.89% | - |
| XYZ | 31.65 | 57.44 | 12.11 | - |
| YUV | 163.41 | 62.3 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 228 | 47 | 0.64 | 0 | 0.79 | 0.11 | 108.73 | 0.77 | 0.54 |
| Hex | 51 | E4 | 2F | 40 | 0 | 4F | B | 6D | 4D | 36 |
| Octal | 121 | 344 | 57 | 100 | 0 | 117 | 13 | 155 | 115 | 66 |
| Binary | 1010001 | 11100100 | 101111 | 1000000 | 0 | 1001111 | 1011 | 1101101 | 1001101 | 110110 |
Color Harmonies of #51E42F
Complementary color
Monochromatic Colors of #51E42F
Black with #51E42F
Text Example
Text Example
White with #51E42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E42F; }
p { color: rgb(81,228,47); }
H1.HeaderClassName
{
color: #51E42F;
}
.AnyTagClassName
{
color: #51E42F;
}
</style>
background-color css
<style>
a { background-color: #51E42F; }
a { background-color: rgb(81,228,47); }
div.DivClassName
{
background-color: #51E42F;
}
.BgClassName
{
background-color: #51E42F;
}
</style>
border-color css
<style>
span { border-color: #51E42F; }
span { border-color: rgb(81,228,47); }
td.TdClassName
{
border-color: #51E42F;
}
.TagClassName
{
border-color: #51E42F;
}
</style>