Shades of Lime Green #51E02D
Tints of Lime Green #51E02D
RGB
CMYK
RGB Variations
Color information
#51E02D (or 0x51E02D) is known color: Lime Green. HEX triplet: 51, E0 and 2D. RGB value is (81,224,45). Sum of RGB (Red+Green+Blue) = 81+224+45=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 224 (87.89% from 255 or 64% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 224 - color contains mainly: green. Hex color #51E02D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51E02D is #AE1FD2. Grayscale: #A1A1A1. Windows color (decimal): -11411411 or 3006545. OLE color: 3006545.
HSL color Cylindrical-coordinate representation of color #51E02D: hue angle of 107.93º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #51E02D is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 81 | 224 | 45 | - |
| CMYK | 0.64 | 0 | 0.80 | 0.12 |
| HSL | 107.93º | 0.74% | 0.53% | - |
| HSV(B) | 107.93º | 0.8% | 0.88% | - |
| XYZ | 30.52 | 55.25 | 11.54 | - |
| YUV | 160.84 | 62.62 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 224 | 45 | 0.64 | 0 | 0.80 | 0.12 | 107.93 | 0.74 | 0.53 |
| Hex | 51 | E0 | 2D | 40 | 0 | 50 | C | 6C | 4A | 35 |
| Octal | 121 | 340 | 55 | 100 | 0 | 120 | 14 | 154 | 112 | 65 |
| Binary | 1010001 | 11100000 | 101101 | 1000000 | 0 | 1010000 | 1100 | 1101100 | 1001010 | 110101 |
Color Harmonies of #51E02D
Complementary color
Monochromatic Colors of #51E02D
Black with #51E02D
Text Example
Text Example
White with #51E02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E02D; }
p { color: rgb(81,224,45); }
H1.HeaderClassName
{
color: #51E02D;
}
.AnyTagClassName
{
color: #51E02D;
}
</style>
background-color css
<style>
a { background-color: #51E02D; }
a { background-color: rgb(81,224,45); }
div.DivClassName
{
background-color: #51E02D;
}
.BgClassName
{
background-color: #51E02D;
}
</style>
border-color css
<style>
span { border-color: #51E02D; }
span { border-color: rgb(81,224,45); }
td.TdClassName
{
border-color: #51E02D;
}
.TagClassName
{
border-color: #51E02D;
}
</style>