#47D845

Color #47D845 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #47D845

Tints of Lime Green #47D845

Color information

#47D845 (or 0x47D845) is unknown color: approx Lime Green. HEX triplet: 47, D8 and 45. RGB value is (71,216,69). Sum of RGB (Red+Green+Blue) = 71+216+69=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 216 (84.77% from 255 or 60.67% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 216 - color contains mainly: green. Hex color #47D845 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47D845 is #B827BA. Grayscale: #9C9C9C. Windows color (decimal): -12068795 or 4577351. OLE color: 4577351.

HSL color Cylindrical-coordinate representation of color #47D845: hue angle of 119.18º degrees, saturation: 0.65, 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 #47D845 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB7121669-
CMYK0.6700.680.15
HSL119.18º65.33%55.88%-
HSV(B)119.18º68.06%84.71%-
XYZ28.2350.8813.96-
YUV155.8978.9667.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 19.94%
GREEN value IS 216 (84.77% from 255) = 60.67%
BLUE value IS 69 (27.34% from 255) = 19.38%
R=19.94%
G=60.67%
B=19.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal71216690.6700.680.15119.1865.3355.88
Hex47D84543044F774138
Octal10733010510301041716710170
Binary1000111110110001000101100001101000100111111101111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47D845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47D845; }

 p { color: rgb(71,216,69); }

 H1.HeaderClassName
 {
   color: #47D845;
 }
 .AnyTagClassName
 {
   color: #47D845;
 }
</style>
background-color css

<style>
 a { background-color: #47D845; }

 a { background-color: rgb(71,216,69); }

 div.DivClassName
 {
   background-color: #47D845;
 }
 .BgClassName
 {
   background-color: #47D845;
 }
</style>
border-color css

<style>
 span { border-color: #47D845; }

 span { border-color: rgb(71,216,69); }

 td.TdClassName
 {
   border-color: #47D845;
 }
 .TagClassName
 {
   border-color: #47D845;
 }
</style>