Shades of Lime Green #51D448
Tints of Lime Green #51D448
RGB
CMYK
RGB Variations
Color information
#51D448 (or 0x51D448) is known color: Lime Green. HEX triplet: 51, D4 and 48. RGB value is (81,212,72). Sum of RGB (Red+Green+Blue) = 81+212+72=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 212 (83.20% from 255 or 58.08% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 212 - color contains mainly: green. Hex color #51D448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51D448 is #AE2BB7. Grayscale: #9D9D9D. Windows color (decimal): -11414456 or 4772945. OLE color: 4772945.
HSL color Cylindrical-coordinate representation of color #51D448: hue angle of 116.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51D448 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 81 | 212 | 72 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.17 |
| HSL | 116.14º | 0.62% | 0.56% | - |
| HSV(B) | 116.14º | 0.66% | 0.83% | - |
| XYZ | 28.11 | 49.3 | 14.17 | - |
| YUV | 156.87 | 80.1 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 212 | 72 | 0.62 | 0 | 0.66 | 0.17 | 116.14 | 0.62 | 0.56 |
| Hex | 51 | D4 | 48 | 3E | 0 | 42 | 11 | 74 | 3E | 38 |
| Octal | 121 | 324 | 110 | 76 | 0 | 102 | 21 | 164 | 76 | 70 |
| Binary | 1010001 | 11010100 | 1001000 | 111110 | 0 | 1000010 | 10001 | 1110100 | 111110 | 111000 |
Color Harmonies of #51D448
Complementary color
Monochromatic Colors of #51D448
Black with #51D448
Text Example
Text Example
White with #51D448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D448; }
p { color: rgb(81,212,72); }
H1.HeaderClassName
{
color: #51D448;
}
.AnyTagClassName
{
color: #51D448;
}
</style>
background-color css
<style>
a { background-color: #51D448; }
a { background-color: rgb(81,212,72); }
div.DivClassName
{
background-color: #51D448;
}
.BgClassName
{
background-color: #51D448;
}
</style>
border-color css
<style>
span { border-color: #51D448; }
span { border-color: rgb(81,212,72); }
td.TdClassName
{
border-color: #51D448;
}
.TagClassName
{
border-color: #51D448;
}
</style>