Shades of Lime Green #51D738
Tints of Lime Green #51D738
RGB
CMYK
RGB Variations
Color information
#51D738 (or 0x51D738) is known color: Lime Green. HEX triplet: 51, D7 and 38. RGB value is (81,215,56). Sum of RGB (Red+Green+Blue) = 81+215+56=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 215 (84.38% from 255 or 61.08% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 215 - color contains mainly: green. Hex color #51D738 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51D738 is #AE28C7. Grayscale: #9D9D9D. Windows color (decimal): -11413704 or 3725137. OLE color: 3725137.
HSL color Cylindrical-coordinate representation of color #51D738: hue angle of 110.57º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #51D738 is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 215 | 56 | - |
| CMYK | 0.62 | 0 | 0.74 | 0.16 |
| HSL | 110.57º | 0.67% | 0.53% | - |
| HSV(B) | 110.57º | 0.74% | 0.84% | - |
| XYZ | 28.41 | 50.64 | 12.02 | - |
| YUV | 156.81 | 71.11 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 215 | 56 | 0.62 | 0 | 0.74 | 0.16 | 110.57 | 0.67 | 0.53 |
| Hex | 51 | D7 | 38 | 3E | 0 | 4A | 10 | 6F | 43 | 35 |
| Octal | 121 | 327 | 70 | 76 | 0 | 112 | 20 | 157 | 103 | 65 |
| Binary | 1010001 | 11010111 | 111000 | 111110 | 0 | 1001010 | 10000 | 1101111 | 1000011 | 110101 |
Color Harmonies of #51D738
Complementary color
Monochromatic Colors of #51D738
Black with #51D738
Text Example
Text Example
White with #51D738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D738; }
p { color: rgb(81,215,56); }
H1.HeaderClassName
{
color: #51D738;
}
.AnyTagClassName
{
color: #51D738;
}
</style>
background-color css
<style>
a { background-color: #51D738; }
a { background-color: rgb(81,215,56); }
div.DivClassName
{
background-color: #51D738;
}
.BgClassName
{
background-color: #51D738;
}
</style>
border-color css
<style>
span { border-color: #51D738; }
span { border-color: rgb(81,215,56); }
td.TdClassName
{
border-color: #51D738;
}
.TagClassName
{
border-color: #51D738;
}
</style>