Shades of Lime Green #47DA2B
Tints of Lime Green #47DA2B
RGB
CMYK
RGB Variations
Color information
#47DA2B (or 0x47DA2B) is known color: Lime Green. HEX triplet: 47, DA and 2B. RGB value is (71,218,43). Sum of RGB (Red+Green+Blue) = 71+218+43=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 218 (85.55% from 255 or 65.66% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 218 - color contains mainly: green. Hex color #47DA2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47DA2B is #B825D4. Grayscale: #9A9A9A. Windows color (decimal): -12068309 or 2873927. OLE color: 2873927.
HSL color Cylindrical-coordinate representation of color #47DA2B: hue angle of 110.4º 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 #47DA2B is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 218 | 43 | - |
| CMYK | 0.67 | 0 | 0.80 | 0.15 |
| HSL | 110.4º | 0.7% | 0.51% | - |
| HSV(B) | 110.4º | 0.8% | 0.85% | - |
| XYZ | 28.11 | 51.66 | 10.77 | - |
| YUV | 154.1 | 65.3 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 218 | 43 | 0.67 | 0 | 0.80 | 0.15 | 110.4 | 0.7 | 0.51 |
| Hex | 47 | DA | 2B | 43 | 0 | 50 | F | 6E | 46 | 33 |
| Octal | 107 | 332 | 53 | 103 | 0 | 120 | 17 | 156 | 106 | 63 |
| Binary | 1000111 | 11011010 | 101011 | 1000011 | 0 | 1010000 | 1111 | 1101110 | 1000110 | 110011 |
Color Harmonies of #47DA2B
Complementary color
Monochromatic Colors of #47DA2B
Black with #47DA2B
Text Example
Text Example
White with #47DA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DA2B; }
p { color: rgb(71,218,43); }
H1.HeaderClassName
{
color: #47DA2B;
}
.AnyTagClassName
{
color: #47DA2B;
}
</style>
background-color css
<style>
a { background-color: #47DA2B; }
a { background-color: rgb(71,218,43); }
div.DivClassName
{
background-color: #47DA2B;
}
.BgClassName
{
background-color: #47DA2B;
}
</style>
border-color css
<style>
span { border-color: #47DA2B; }
span { border-color: rgb(71,218,43); }
td.TdClassName
{
border-color: #47DA2B;
}
.TagClassName
{
border-color: #47DA2B;
}
</style>