Shades of Lime Green #47DA45
Tints of Lime Green #47DA45
RGB
CMYK
RGB Variations
Color information
#47DA45 (or 0x47DA45) is known color: Lime Green. HEX triplet: 47, DA and 45. RGB value is (71,218,69). Sum of RGB (Red+Green+Blue) = 71+218+69=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 218 (85.55% from 255 or 60.89% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 218 - color contains mainly: green. Hex color #47DA45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47DA45 is #B825BA. Grayscale: #9D9D9D. Windows color (decimal): -12068283 or 4577863. OLE color: 4577863.
HSL color Cylindrical-coordinate representation of color #47DA45: hue angle of 119.19º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DA45 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 218 | 69 | - |
| CMYK | 0.67 | 0 | 0.68 | 0.15 |
| HSL | 119.19º | 0.67% | 0.56% | - |
| HSV(B) | 119.19º | 0.68% | 0.85% | - |
| XYZ | 28.74 | 51.91 | 14.14 | - |
| YUV | 157.06 | 78.3 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 218 | 69 | 0.67 | 0 | 0.68 | 0.15 | 119.19 | 0.67 | 0.56 |
| Hex | 47 | DA | 45 | 43 | 0 | 44 | F | 77 | 43 | 38 |
| Octal | 107 | 332 | 105 | 103 | 0 | 104 | 17 | 167 | 103 | 70 |
| Binary | 1000111 | 11011010 | 1000101 | 1000011 | 0 | 1000100 | 1111 | 1110111 | 1000011 | 111000 |
Color Harmonies of #47DA45
Complementary color
Monochromatic Colors of #47DA45
Black with #47DA45
Text Example
Text Example
White with #47DA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DA45; }
p { color: rgb(71,218,69); }
H1.HeaderClassName
{
color: #47DA45;
}
.AnyTagClassName
{
color: #47DA45;
}
</style>
background-color css
<style>
a { background-color: #47DA45; }
a { background-color: rgb(71,218,69); }
div.DivClassName
{
background-color: #47DA45;
}
.BgClassName
{
background-color: #47DA45;
}
</style>
border-color css
<style>
span { border-color: #47DA45; }
span { border-color: rgb(71,218,69); }
td.TdClassName
{
border-color: #47DA45;
}
.TagClassName
{
border-color: #47DA45;
}
</style>