Shades of Lime Green #51D649
Tints of Lime Green #51D649
RGB
CMYK
RGB Variations
Color information
#51D649 (or 0x51D649) is known color: Lime Green. HEX triplet: 51, D6 and 49. RGB value is (81,214,73). Sum of RGB (Red+Green+Blue) = 81+214+73=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 214 (83.98% from 255 or 58.15% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 214 - color contains mainly: green. Hex color #51D649 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51D649 is #AE29B6. Grayscale: #9E9E9E. Windows color (decimal): -11413943 or 4838993. OLE color: 4838993.
HSL color Cylindrical-coordinate representation of color #51D649: hue angle of 116.6º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51D649 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 214 | 73 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.16 |
| HSL | 116.6º | 0.63% | 0.56% | - |
| HSV(B) | 116.6º | 0.66% | 0.84% | - |
| XYZ | 28.64 | 50.32 | 14.51 | - |
| YUV | 158.16 | 79.94 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 214 | 73 | 0.62 | 0 | 0.66 | 0.16 | 116.6 | 0.63 | 0.56 |
| Hex | 51 | D6 | 49 | 3E | 0 | 42 | 10 | 75 | 3F | 38 |
| Octal | 121 | 326 | 111 | 76 | 0 | 102 | 20 | 165 | 77 | 70 |
| Binary | 1010001 | 11010110 | 1001001 | 111110 | 0 | 1000010 | 10000 | 1110101 | 111111 | 111000 |
Color Harmonies of #51D649
Complementary color
Monochromatic Colors of #51D649
Black with #51D649
Text Example
Text Example
White with #51D649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D649; }
p { color: rgb(81,214,73); }
H1.HeaderClassName
{
color: #51D649;
}
.AnyTagClassName
{
color: #51D649;
}
</style>
background-color css
<style>
a { background-color: #51D649; }
a { background-color: rgb(81,214,73); }
div.DivClassName
{
background-color: #51D649;
}
.BgClassName
{
background-color: #51D649;
}
</style>
border-color css
<style>
span { border-color: #51D649; }
span { border-color: rgb(81,214,73); }
td.TdClassName
{
border-color: #51D649;
}
.TagClassName
{
border-color: #51D649;
}
</style>