#47DC49

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

Shades of Lime Green #47DC49

Tints of Lime Green #47DC49

Color information

#47DC49 (or 0x47DC49) is unknown color: approx Lime Green. HEX triplet: 47, DC and 49. RGB value is (71,220,73). Sum of RGB (Red+Green+Blue) = 71+220+73=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 220 (86.33% from 255 or 60.44% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 220 - color contains mainly: green. Hex color #47DC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47DC49 is #B823B6. Grayscale: #9F9F9F. Windows color (decimal): -12067767 or 4840519. OLE color: 4840519.

HSL color Cylindrical-coordinate representation of color #47DC49: hue angle of 120.81º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DC49 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB7122073-
CMYK0.6800.670.14
HSL120.81º68.04%57.06%-
HSV(B)120.81º67.73%86.27%-
XYZ29.3953.0114.99-
YUV158.6979.6465.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.51%
GREEN value IS 220 (86.33% from 255) = 60.44%
BLUE value IS 73 (28.91% from 255) = 20.05%
R=19.51%
G=60.44%
B=20.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal71220730.6800.670.14120.8168.0457.06
Hex47DC4944043E794439
Octal10733411110401031617110471
Binary1000111110111001001001100010001000011111011110011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47DC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,220,73); }

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

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

 a { background-color: rgb(71,220,73); }

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

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

 span { border-color: rgb(71,220,73); }

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