Shades of Lime Green #51DD3C
Tints of Lime Green #51DD3C
RGB
CMYK
RGB Variations
Color information
#51DD3C (or 0x51DD3C) is known color: Lime Green. HEX triplet: 51, DD and 3C. RGB value is (81,221,60). Sum of RGB (Red+Green+Blue) = 81+221+60=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 221 (86.72% from 255 or 61.05% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 221 - color contains mainly: green. Hex color #51DD3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51DD3C is #AE22C3. Grayscale: #A1A1A1. Windows color (decimal): -11412164 or 3988817. OLE color: 3988817.
HSL color Cylindrical-coordinate representation of color #51DD3C: hue angle of 112.17º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #51DD3C is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 221 | 60 | - |
| CMYK | 0.63 | 0 | 0.73 | 0.13 |
| HSL | 112.17º | 0.7% | 0.55% | - |
| HSV(B) | 112.17º | 0.73% | 0.87% | - |
| XYZ | 30.07 | 53.79 | 13.07 | - |
| YUV | 160.79 | 71.12 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 221 | 60 | 0.63 | 0 | 0.73 | 0.13 | 112.17 | 0.7 | 0.55 |
| Hex | 51 | DD | 3C | 3F | 0 | 49 | D | 70 | 46 | 37 |
| Octal | 121 | 335 | 74 | 77 | 0 | 111 | 15 | 160 | 106 | 67 |
| Binary | 1010001 | 11011101 | 111100 | 111111 | 0 | 1001001 | 1101 | 1110000 | 1000110 | 110111 |
Color Harmonies of #51DD3C
Complementary color
Monochromatic Colors of #51DD3C
Black with #51DD3C
Text Example
Text Example
White with #51DD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DD3C; }
p { color: rgb(81,221,60); }
H1.HeaderClassName
{
color: #51DD3C;
}
.AnyTagClassName
{
color: #51DD3C;
}
</style>
background-color css
<style>
a { background-color: #51DD3C; }
a { background-color: rgb(81,221,60); }
div.DivClassName
{
background-color: #51DD3C;
}
.BgClassName
{
background-color: #51DD3C;
}
</style>
border-color css
<style>
span { border-color: #51DD3C; }
span { border-color: rgb(81,221,60); }
td.TdClassName
{
border-color: #51DD3C;
}
.TagClassName
{
border-color: #51DD3C;
}
</style>