Shades of Lime Green #51D340
Tints of Lime Green #51D340
RGB
CMYK
RGB Variations
Color information
#51D340 (or 0x51D340) is known color: Lime Green. HEX triplet: 51, D3 and 40. RGB value is (81,211,64). Sum of RGB (Red+Green+Blue) = 81+211+64=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 211 (82.81% from 255 or 59.27% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 211 - color contains mainly: green. Hex color #51D340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51D340 is #AE2CBF. Grayscale: #9B9B9B. Windows color (decimal): -11414720 or 4248401. OLE color: 4248401.
HSL color Cylindrical-coordinate representation of color #51D340: hue angle of 113.06º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51D340 is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 81 | 211 | 64 | - |
| CMYK | 0.62 | 0 | 0.70 | 0.17 |
| HSL | 113.06º | 0.63% | 0.54% | - |
| HSV(B) | 113.06º | 0.7% | 0.83% | - |
| XYZ | 27.61 | 48.71 | 12.8 | - |
| YUV | 155.37 | 76.43 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 211 | 64 | 0.62 | 0 | 0.70 | 0.17 | 113.06 | 0.63 | 0.54 |
| Hex | 51 | D3 | 40 | 3E | 0 | 46 | 11 | 71 | 3F | 36 |
| Octal | 121 | 323 | 100 | 76 | 0 | 106 | 21 | 161 | 77 | 66 |
| Binary | 1010001 | 11010011 | 1000000 | 111110 | 0 | 1000110 | 10001 | 1110001 | 111111 | 110110 |
Color Harmonies of #51D340
Complementary color
Monochromatic Colors of #51D340
Black with #51D340
Text Example
Text Example
White with #51D340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D340; }
p { color: rgb(81,211,64); }
H1.HeaderClassName
{
color: #51D340;
}
.AnyTagClassName
{
color: #51D340;
}
</style>
background-color css
<style>
a { background-color: #51D340; }
a { background-color: rgb(81,211,64); }
div.DivClassName
{
background-color: #51D340;
}
.BgClassName
{
background-color: #51D340;
}
</style>
border-color css
<style>
span { border-color: #51D340; }
span { border-color: rgb(81,211,64); }
td.TdClassName
{
border-color: #51D340;
}
.TagClassName
{
border-color: #51D340;
}
</style>