Shades of Lime Green #51DD2E
Tints of Lime Green #51DD2E
RGB
CMYK
RGB Variations
Color information
#51DD2E (or 0x51DD2E) is known color: Lime Green. HEX triplet: 51, DD and 2E. RGB value is (81,221,46). Sum of RGB (Red+Green+Blue) = 81+221+46=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 221 (86.72% from 255 or 63.51% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 221 - color contains mainly: green. Hex color #51DD2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51DD2E is #AE22D1. Grayscale: #9F9F9F. Windows color (decimal): -11412178 or 3071313. OLE color: 3071313.
HSL color Cylindrical-coordinate representation of color #51DD2E: hue angle of 108º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #51DD2E is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 221 | 46 | - |
| CMYK | 0.63 | 0 | 0.79 | 0.13 |
| HSL | 108º | 0.72% | 0.52% | - |
| HSV(B) | 108º | 0.79% | 0.87% | - |
| XYZ | 29.74 | 53.66 | 11.37 | - |
| YUV | 159.19 | 64.12 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 221 | 46 | 0.63 | 0 | 0.79 | 0.13 | 108 | 0.72 | 0.52 |
| Hex | 51 | DD | 2E | 3F | 0 | 4F | D | 6C | 48 | 34 |
| Octal | 121 | 335 | 56 | 77 | 0 | 117 | 15 | 154 | 110 | 64 |
| Binary | 1010001 | 11011101 | 101110 | 111111 | 0 | 1001111 | 1101 | 1101100 | 1001000 | 110100 |
Color Harmonies of #51DD2E
Complementary color
Monochromatic Colors of #51DD2E
Black with #51DD2E
Text Example
Text Example
White with #51DD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DD2E; }
p { color: rgb(81,221,46); }
H1.HeaderClassName
{
color: #51DD2E;
}
.AnyTagClassName
{
color: #51DD2E;
}
</style>
background-color css
<style>
a { background-color: #51DD2E; }
a { background-color: rgb(81,221,46); }
div.DivClassName
{
background-color: #51DD2E;
}
.BgClassName
{
background-color: #51DD2E;
}
</style>
border-color css
<style>
span { border-color: #51DD2E; }
span { border-color: rgb(81,221,46); }
td.TdClassName
{
border-color: #51DD2E;
}
.TagClassName
{
border-color: #51DD2E;
}
</style>