Shades of Lime Green #51DD3E
Tints of Lime Green #51DD3E
RGB
CMYK
RGB Variations
Color information
#51DD3E (or 0x51DD3E) is known color: Lime Green. HEX triplet: 51, DD and 3E. RGB value is (81,221,62). Sum of RGB (Red+Green+Blue) = 81+221+62=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 221 (86.72% from 255 or 60.71% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 221 - color contains mainly: green. Hex color #51DD3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51DD3E is #AE22C1. Grayscale: #A1A1A1. Windows color (decimal): -11412162 or 4119889. OLE color: 4119889.
HSL color Cylindrical-coordinate representation of color #51DD3E: hue angle of 112.83º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #51DD3E is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 221 | 62 | - |
| CMYK | 0.63 | 0 | 0.72 | 0.13 |
| HSL | 112.83º | 0.7% | 0.55% | - |
| HSV(B) | 112.83º | 0.72% | 0.87% | - |
| XYZ | 30.12 | 53.81 | 13.36 | - |
| YUV | 161.01 | 72.12 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 221 | 62 | 0.63 | 0 | 0.72 | 0.13 | 112.83 | 0.7 | 0.55 |
| Hex | 51 | DD | 3E | 3F | 0 | 48 | D | 71 | 46 | 37 |
| Octal | 121 | 335 | 76 | 77 | 0 | 110 | 15 | 161 | 106 | 67 |
| Binary | 1010001 | 11011101 | 111110 | 111111 | 0 | 1001000 | 1101 | 1110001 | 1000110 | 110111 |
Color Harmonies of #51DD3E
Complementary color
Monochromatic Colors of #51DD3E
Black with #51DD3E
Text Example
Text Example
White with #51DD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DD3E; }
p { color: rgb(81,221,62); }
H1.HeaderClassName
{
color: #51DD3E;
}
.AnyTagClassName
{
color: #51DD3E;
}
</style>
background-color css
<style>
a { background-color: #51DD3E; }
a { background-color: rgb(81,221,62); }
div.DivClassName
{
background-color: #51DD3E;
}
.BgClassName
{
background-color: #51DD3E;
}
</style>
border-color css
<style>
span { border-color: #51DD3E; }
span { border-color: rgb(81,221,62); }
td.TdClassName
{
border-color: #51DD3E;
}
.TagClassName
{
border-color: #51DD3E;
}
</style>