Shades of Lime Green #51D63A
Tints of Lime Green #51D63A
RGB
CMYK
RGB Variations
Color information
#51D63A (or 0x51D63A) is known color: Lime Green. HEX triplet: 51, D6 and 3A. RGB value is (81,214,58). Sum of RGB (Red+Green+Blue) = 81+214+58=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 214 (83.98% from 255 or 60.62% from 353); Blue value is 58 (23.05% from 255 or 16.43% from 353); Max value from RGB is 214 - color contains mainly: green. Hex color #51D63A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51D63A is #AE29C5. Grayscale: #9C9C9C. Windows color (decimal): -11413958 or 3855953. OLE color: 3855953.
HSL color Cylindrical-coordinate representation of color #51D63A: hue angle of 111.15º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #51D63A is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 214 | 58 | - |
| CMYK | 0.62 | 0 | 0.73 | 0.16 |
| HSL | 111.15º | 0.66% | 0.53% | - |
| HSV(B) | 111.15º | 0.73% | 0.84% | - |
| XYZ | 28.2 | 50.15 | 12.2 | - |
| YUV | 156.45 | 72.44 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 214 | 58 | 0.62 | 0 | 0.73 | 0.16 | 111.15 | 0.66 | 0.53 |
| Hex | 51 | D6 | 3A | 3E | 0 | 49 | 10 | 6F | 42 | 35 |
| Octal | 121 | 326 | 72 | 76 | 0 | 111 | 20 | 157 | 102 | 65 |
| Binary | 1010001 | 11010110 | 111010 | 111110 | 0 | 1001001 | 10000 | 1101111 | 1000010 | 110101 |
Color Harmonies of #51D63A
Complementary color
Monochromatic Colors of #51D63A
Black with #51D63A
Text Example
Text Example
White with #51D63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D63A; }
p { color: rgb(81,214,58); }
H1.HeaderClassName
{
color: #51D63A;
}
.AnyTagClassName
{
color: #51D63A;
}
</style>
background-color css
<style>
a { background-color: #51D63A; }
a { background-color: rgb(81,214,58); }
div.DivClassName
{
background-color: #51D63A;
}
.BgClassName
{
background-color: #51D63A;
}
</style>
border-color css
<style>
span { border-color: #51D63A; }
span { border-color: rgb(81,214,58); }
td.TdClassName
{
border-color: #51D63A;
}
.TagClassName
{
border-color: #51D63A;
}
</style>