Shades of Lime Green #51D73C
Tints of Lime Green #51D73C
RGB
CMYK
RGB Variations
Color information
#51D73C (or 0x51D73C) is known color: Lime Green. HEX triplet: 51, D7 and 3C. RGB value is (81,215,60). Sum of RGB (Red+Green+Blue) = 81+215+60=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 215 (84.38% from 255 or 60.39% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 215 - color contains mainly: green. Hex color #51D73C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51D73C is #AE28C3. Grayscale: #9D9D9D. Windows color (decimal): -11413700 or 3987281. OLE color: 3987281.
HSL color Cylindrical-coordinate representation of color #51D73C: hue angle of 111.87º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #51D73C is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 215 | 60 | - |
| CMYK | 0.62 | 0 | 0.72 | 0.16 |
| HSL | 111.87º | 0.66% | 0.54% | - |
| HSV(B) | 111.87º | 0.72% | 0.84% | - |
| XYZ | 28.51 | 50.68 | 12.55 | - |
| YUV | 157.26 | 73.11 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 215 | 60 | 0.62 | 0 | 0.72 | 0.16 | 111.87 | 0.66 | 0.54 |
| Hex | 51 | D7 | 3C | 3E | 0 | 48 | 10 | 70 | 42 | 36 |
| Octal | 121 | 327 | 74 | 76 | 0 | 110 | 20 | 160 | 102 | 66 |
| Binary | 1010001 | 11010111 | 111100 | 111110 | 0 | 1001000 | 10000 | 1110000 | 1000010 | 110110 |
Color Harmonies of #51D73C
Complementary color
Monochromatic Colors of #51D73C
Black with #51D73C
Text Example
Text Example
White with #51D73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D73C; }
p { color: rgb(81,215,60); }
H1.HeaderClassName
{
color: #51D73C;
}
.AnyTagClassName
{
color: #51D73C;
}
</style>
background-color css
<style>
a { background-color: #51D73C; }
a { background-color: rgb(81,215,60); }
div.DivClassName
{
background-color: #51D73C;
}
.BgClassName
{
background-color: #51D73C;
}
</style>
border-color css
<style>
span { border-color: #51D73C; }
span { border-color: rgb(81,215,60); }
td.TdClassName
{
border-color: #51D73C;
}
.TagClassName
{
border-color: #51D73C;
}
</style>