Shades of Lime Green #51DC2C
Tints of Lime Green #51DC2C
RGB
CMYK
RGB Variations
Color information
#51DC2C (or 0x51DC2C) is known color: Lime Green. HEX triplet: 51, DC and 2C. RGB value is (81,220,44). Sum of RGB (Red+Green+Blue) = 81+220+44=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 220 (86.33% from 255 or 63.77% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 220 - color contains mainly: green. Hex color #51DC2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51DC2C is #AE23D3. Grayscale: #9E9E9E. Windows color (decimal): -11412436 or 2939985. OLE color: 2939985.
HSL color Cylindrical-coordinate representation of color #51DC2C: hue angle of 107.39º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #51DC2C is Cyan = 0.63, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 220 | 44 | - |
| CMYK | 0.63 | 0 | 0.8 | 0.14 |
| HSL | 107.39º | 0.72% | 0.52% | - |
| HSV(B) | 107.39º | 0.8% | 0.86% | - |
| XYZ | 29.44 | 53.12 | 11.08 | - |
| YUV | 158.38 | 63.45 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 220 | 44 | 0.63 | 0 | 0.8 | 0.14 | 107.39 | 0.72 | 0.52 |
| Hex | 51 | DC | 2C | 3F | 0 | 50 | E | 6B | 48 | 34 |
| Octal | 121 | 334 | 54 | 77 | 0 | 120 | 16 | 153 | 110 | 64 |
| Binary | 1010001 | 11011100 | 101100 | 111111 | 0 | 1010000 | 1110 | 1101011 | 1001000 | 110100 |
Color Harmonies of #51DC2C
Complementary color
Monochromatic Colors of #51DC2C
Black with #51DC2C
Text Example
Text Example
White with #51DC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DC2C; }
p { color: rgb(81,220,44); }
H1.HeaderClassName
{
color: #51DC2C;
}
.AnyTagClassName
{
color: #51DC2C;
}
</style>
background-color css
<style>
a { background-color: #51DC2C; }
a { background-color: rgb(81,220,44); }
div.DivClassName
{
background-color: #51DC2C;
}
.BgClassName
{
background-color: #51DC2C;
}
</style>
border-color css
<style>
span { border-color: #51DC2C; }
span { border-color: rgb(81,220,44); }
td.TdClassName
{
border-color: #51DC2C;
}
.TagClassName
{
border-color: #51DC2C;
}
</style>