Shades of Lime Green #51D842
Tints of Lime Green #51D842
RGB
CMYK
RGB Variations
Color information
#51D842 (or 0x51D842) is known color: Lime Green. HEX triplet: 51, D8 and 42. RGB value is (81,216,66). Sum of RGB (Red+Green+Blue) = 81+216+66=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 216 (84.77% from 255 or 59.50% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 216 - color contains mainly: green. Hex color #51D842 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51D842 is #AE27BD. Grayscale: #9F9F9F. Windows color (decimal): -11413438 or 4380753. OLE color: 4380753.
HSL color Cylindrical-coordinate representation of color #51D842: hue angle of 114º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #51D842 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 216 | 66 | - |
| CMYK | 0.62 | 0 | 0.69 | 0.15 |
| HSL | 114º | 0.66% | 0.55% | - |
| HSV(B) | 114º | 0.69% | 0.85% | - |
| XYZ | 28.93 | 51.25 | 13.52 | - |
| YUV | 158.54 | 75.77 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 216 | 66 | 0.62 | 0 | 0.69 | 0.15 | 114 | 0.66 | 0.55 |
| Hex | 51 | D8 | 42 | 3E | 0 | 45 | F | 72 | 42 | 37 |
| Octal | 121 | 330 | 102 | 76 | 0 | 105 | 17 | 162 | 102 | 67 |
| Binary | 1010001 | 11011000 | 1000010 | 111110 | 0 | 1000101 | 1111 | 1110010 | 1000010 | 110111 |
Color Harmonies of #51D842
Complementary color
Monochromatic Colors of #51D842
Black with #51D842
Text Example
Text Example
White with #51D842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D842; }
p { color: rgb(81,216,66); }
H1.HeaderClassName
{
color: #51D842;
}
.AnyTagClassName
{
color: #51D842;
}
</style>
background-color css
<style>
a { background-color: #51D842; }
a { background-color: rgb(81,216,66); }
div.DivClassName
{
background-color: #51D842;
}
.BgClassName
{
background-color: #51D842;
}
</style>
border-color css
<style>
span { border-color: #51D842; }
span { border-color: rgb(81,216,66); }
td.TdClassName
{
border-color: #51D842;
}
.TagClassName
{
border-color: #51D842;
}
</style>