Shades of Lime Green #47DA2C
Tints of Lime Green #47DA2C
RGB
CMYK
RGB Variations
Color information
#47DA2C (or 0x47DA2C) is known color: Lime Green. HEX triplet: 47, DA and 2C. RGB value is (71,218,44). Sum of RGB (Red+Green+Blue) = 71+218+44=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 218 (85.55% from 255 or 65.47% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 218 - color contains mainly: green. Hex color #47DA2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47DA2C is #B825D3. Grayscale: #9A9A9A. Windows color (decimal): -12068308 or 2939463. OLE color: 2939463.
HSL color Cylindrical-coordinate representation of color #47DA2C: hue angle of 110.69º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47DA2C is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 218 | 44 | - |
| CMYK | 0.67 | 0 | 0.80 | 0.15 |
| HSL | 110.69º | 0.7% | 0.51% | - |
| HSV(B) | 110.69º | 0.8% | 0.85% | - |
| XYZ | 28.12 | 51.66 | 10.87 | - |
| YUV | 154.21 | 65.8 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 218 | 44 | 0.67 | 0 | 0.80 | 0.15 | 110.69 | 0.7 | 0.51 |
| Hex | 47 | DA | 2C | 43 | 0 | 50 | F | 6F | 46 | 33 |
| Octal | 107 | 332 | 54 | 103 | 0 | 120 | 17 | 157 | 106 | 63 |
| Binary | 1000111 | 11011010 | 101100 | 1000011 | 0 | 1010000 | 1111 | 1101111 | 1000110 | 110011 |
Color Harmonies of #47DA2C
Complementary color
Monochromatic Colors of #47DA2C
Black with #47DA2C
Text Example
Text Example
White with #47DA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DA2C; }
p { color: rgb(71,218,44); }
H1.HeaderClassName
{
color: #47DA2C;
}
.AnyTagClassName
{
color: #47DA2C;
}
</style>
background-color css
<style>
a { background-color: #47DA2C; }
a { background-color: rgb(71,218,44); }
div.DivClassName
{
background-color: #47DA2C;
}
.BgClassName
{
background-color: #47DA2C;
}
</style>
border-color css
<style>
span { border-color: #47DA2C; }
span { border-color: rgb(71,218,44); }
td.TdClassName
{
border-color: #47DA2C;
}
.TagClassName
{
border-color: #47DA2C;
}
</style>