Shades of Lime Green #51DC4D
Tints of Lime Green #51DC4D
RGB
CMYK
RGB Variations
Color information
#51DC4D (or 0x51DC4D) is known color: Lime Green. HEX triplet: 51, DC and 4D. RGB value is (81,220,77). Sum of RGB (Red+Green+Blue) = 81+220+77=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 220 (86.33% from 255 or 58.20% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 220 - color contains mainly: green. Hex color #51DC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51DC4D is #AE23B2. Grayscale: #A2A2A2. Windows color (decimal): -11412403 or 5102673. OLE color: 5102673.
HSL color Cylindrical-coordinate representation of color #51DC4D: hue angle of 118.32º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51DC4D is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 220 | 77 | - |
| CMYK | 0.63 | 0 | 0.65 | 0.14 |
| HSL | 118.32º | 0.67% | 0.58% | - |
| HSV(B) | 118.32º | 0.65% | 0.86% | - |
| XYZ | 30.33 | 53.47 | 15.74 | - |
| YUV | 162.14 | 79.95 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 220 | 77 | 0.63 | 0 | 0.65 | 0.14 | 118.32 | 0.67 | 0.58 |
| Hex | 51 | DC | 4D | 3F | 0 | 41 | E | 76 | 43 | 3A |
| Octal | 121 | 334 | 115 | 77 | 0 | 101 | 16 | 166 | 103 | 72 |
| Binary | 1010001 | 11011100 | 1001101 | 111111 | 0 | 1000001 | 1110 | 1110110 | 1000011 | 111010 |
Color Harmonies of #51DC4D
Complementary color
Monochromatic Colors of #51DC4D
Black with #51DC4D
Text Example
Text Example
White with #51DC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DC4D; }
p { color: rgb(81,220,77); }
H1.HeaderClassName
{
color: #51DC4D;
}
.AnyTagClassName
{
color: #51DC4D;
}
</style>
background-color css
<style>
a { background-color: #51DC4D; }
a { background-color: rgb(81,220,77); }
div.DivClassName
{
background-color: #51DC4D;
}
.BgClassName
{
background-color: #51DC4D;
}
</style>
border-color css
<style>
span { border-color: #51DC4D; }
span { border-color: rgb(81,220,77); }
td.TdClassName
{
border-color: #51DC4D;
}
.TagClassName
{
border-color: #51DC4D;
}
</style>