Shades of Lime Green #51D349
Tints of Lime Green #51D349
RGB
CMYK
RGB Variations
Color information
#51D349 (or 0x51D349) is known color: Lime Green. HEX triplet: 51, D3 and 49. RGB value is (81,211,73). Sum of RGB (Red+Green+Blue) = 81+211+73=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 211 (82.81% from 255 or 57.81% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 211 - color contains mainly: green. Hex color #51D349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51D349 is #AE2CB6. Grayscale: #9C9C9C. Windows color (decimal): -11414711 or 4838225. OLE color: 4838225.
HSL color Cylindrical-coordinate representation of color #51D349: hue angle of 116.52º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51D349 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 81 | 211 | 73 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.17 |
| HSL | 116.52º | 0.61% | 0.56% | - |
| HSV(B) | 116.52º | 0.65% | 0.83% | - |
| XYZ | 27.89 | 48.82 | 14.26 | - |
| YUV | 156.4 | 80.93 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 211 | 73 | 0.62 | 0 | 0.65 | 0.17 | 116.52 | 0.61 | 0.56 |
| Hex | 51 | D3 | 49 | 3E | 0 | 41 | 11 | 75 | 3D | 38 |
| Octal | 121 | 323 | 111 | 76 | 0 | 101 | 21 | 165 | 75 | 70 |
| Binary | 1010001 | 11010011 | 1001001 | 111110 | 0 | 1000001 | 10001 | 1110101 | 111101 | 111000 |
Color Harmonies of #51D349
Complementary color
Monochromatic Colors of #51D349
Black with #51D349
Text Example
Text Example
White with #51D349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D349; }
p { color: rgb(81,211,73); }
H1.HeaderClassName
{
color: #51D349;
}
.AnyTagClassName
{
color: #51D349;
}
</style>
background-color css
<style>
a { background-color: #51D349; }
a { background-color: rgb(81,211,73); }
div.DivClassName
{
background-color: #51D349;
}
.BgClassName
{
background-color: #51D349;
}
</style>
border-color css
<style>
span { border-color: #51D349; }
span { border-color: rgb(81,211,73); }
td.TdClassName
{
border-color: #51D349;
}
.TagClassName
{
border-color: #51D349;
}
</style>