Shades of Lime Green #51D335
Tints of Lime Green #51D335
RGB
CMYK
RGB Variations
Color information
#51D335 (or 0x51D335) is known color: Lime Green. HEX triplet: 51, D3 and 35. RGB value is (81,211,53). Sum of RGB (Red+Green+Blue) = 81+211+53=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 211 (82.81% from 255 or 61.16% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 211 - color contains mainly: green. Hex color #51D335 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51D335 is #AE2CCA. Grayscale: #9A9A9A. Windows color (decimal): -11414731 or 3527505. OLE color: 3527505.
HSL color Cylindrical-coordinate representation of color #51D335: hue angle of 109.37º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #51D335 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 81 | 211 | 53 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.17 |
| HSL | 109.37º | 0.64% | 0.52% | - |
| HSV(B) | 109.37º | 0.75% | 0.83% | - |
| XYZ | 27.33 | 48.59 | 11.31 | - |
| YUV | 154.12 | 70.93 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 211 | 53 | 0.62 | 0 | 0.75 | 0.17 | 109.37 | 0.64 | 0.52 |
| Hex | 51 | D3 | 35 | 3E | 0 | 4B | 11 | 6D | 40 | 34 |
| Octal | 121 | 323 | 65 | 76 | 0 | 113 | 21 | 155 | 100 | 64 |
| Binary | 1010001 | 11010011 | 110101 | 111110 | 0 | 1001011 | 10001 | 1101101 | 1000000 | 110100 |
Color Harmonies of #51D335
Complementary color
Monochromatic Colors of #51D335
Black with #51D335
Text Example
Text Example
White with #51D335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D335; }
p { color: rgb(81,211,53); }
H1.HeaderClassName
{
color: #51D335;
}
.AnyTagClassName
{
color: #51D335;
}
</style>
background-color css
<style>
a { background-color: #51D335; }
a { background-color: rgb(81,211,53); }
div.DivClassName
{
background-color: #51D335;
}
.BgClassName
{
background-color: #51D335;
}
</style>
border-color css
<style>
span { border-color: #51D335; }
span { border-color: rgb(81,211,53); }
td.TdClassName
{
border-color: #51D335;
}
.TagClassName
{
border-color: #51D335;
}
</style>