#47DD4D

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

Shades of Lime Green #47DD4D

Tints of Lime Green #47DD4D

Color information

#47DD4D (or 0x47DD4D) is unknown color: approx Lime Green. HEX triplet: 47, DD and 4D. RGB value is (71,221,77). Sum of RGB (Red+Green+Blue) = 71+221+77=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 221 (86.72% from 255 or 59.89% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 221 - color contains mainly: green. Hex color #47DD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47DD4D is #B822B2. Grayscale: #A0A0A0. Windows color (decimal): -12067507 or 5102919. OLE color: 5102919.

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

Color convert

RGB7122177-
CMYK0.6800.650.13
HSL122.4º68.81%57.25%-
HSV(B)122.4º67.87%86.67%-
XYZ29.7953.5915.79-
YUV159.7381.3164.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.24%
GREEN value IS 221 (86.72% from 255) = 59.89%
BLUE value IS 77 (30.47% from 255) = 20.87%
R=19.24%
G=59.89%
B=20.87%

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
Decimal71221770.6800.650.13122.468.8157.25
Hex47DD4D44041D7a4539
Octal10733511510401011517210571
Binary1000111110111011001101100010001000001110111110101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47DD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,221,77); }

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

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

 a { background-color: rgb(71,221,77); }

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

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

 span { border-color: rgb(71,221,77); }

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