#47DF4E

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

Shades of Lime Green #47DF4E

Tints of Lime Green #47DF4E

Color information

#47DF4E (or 0x47DF4E) is unknown color: approx Lime Green. HEX triplet: 47, DF and 4E. RGB value is (71,223,78). Sum of RGB (Red+Green+Blue) = 71+223+78=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 223 (87.5% from 255 or 59.95% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 223 - color contains mainly: green. Hex color #47DF4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47DF4E is #B820B1. Grayscale: #A1A1A1. Windows color (decimal): -12066994 or 5168967. OLE color: 5168967.

HSL color Cylindrical-coordinate representation of color #47DF4E: hue angle of 122.76º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DF4E is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB7122378-
CMYK0.6800.650.13
HSL122.76º70.37%57.65%-
HSV(B)122.76º68.16%87.45%-
XYZ30.3654.6716.16-
YUV161.0281.1463.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.09%
GREEN value IS 223 (87.5% from 255) = 59.95%
BLUE value IS 78 (30.86% from 255) = 20.97%
R=19.09%
G=59.95%
B=20.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal71223780.6800.650.13122.7670.3757.65
Hex47DF4E44041D7b463a
Octal10733711610401011517310672
Binary1000111110111111001110100010001000001110111110111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47DF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,223,78); }

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

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

 a { background-color: rgb(71,223,78); }

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

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

 span { border-color: rgb(71,223,78); }

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