#47DC48

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

Shades of Lime Green #47DC48

Tints of Lime Green #47DC48

Color information

#47DC48 (or 0x47DC48) is unknown color: approx Lime Green. HEX triplet: 47, DC and 48. RGB value is (71,220,72). Sum of RGB (Red+Green+Blue) = 71+220+72=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 220 (86.33% from 255 or 60.61% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 220 - color contains mainly: green. Hex color #47DC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47DC48 is #B823B7. Grayscale: #9F9F9F. Windows color (decimal): -12067768 or 4774983. OLE color: 4774983.

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

Color convert

RGB7122072-
CMYK0.6800.670.14
HSL120.4º68.04%57.06%-
HSV(B)120.4º67.73%86.27%-
XYZ29.3652.9914.81-
YUV158.5879.1465.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.56%
GREEN value IS 220 (86.33% from 255) = 60.61%
BLUE value IS 72 (28.52% from 255) = 19.83%
R=19.56%
G=60.61%
B=19.83%

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
Decimal71220720.6800.670.14120.468.0457.06
Hex47DC4844043E784439
Octal10733411010401031617010471
Binary1000111110111001001000100010001000011111011110001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47DC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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