#47DE55

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

Shades of Lime Green #47DE55

Tints of Lime Green #47DE55

Color information

#47DE55 (or 0x47DE55) is unknown color: approx Lime Green. HEX triplet: 47, DE and 55. RGB value is (71,222,85). Sum of RGB (Red+Green+Blue) = 71+222+85=378 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.78% from 378); Green value is 222 (87.11% from 255 or 58.73% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 222 - color contains mainly: green. Hex color #47DE55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47DE55 is #B821AA. Grayscale: #A1A1A1. Windows color (decimal): -12067243 or 5627463. OLE color: 5627463.

HSL color Cylindrical-coordinate representation of color #47DE55: hue angle of 125.56º degrees, saturation: 0.7, 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 #47DE55 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB7122285-
CMYK0.6800.620.13
HSL125.56º69.59%57.45%-
HSV(B)125.56º68.02%87.06%-
XYZ30.3654.2417.46-
YUV161.2384.9763.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.78%
GREEN value IS 222 (87.11% from 255) = 58.73%
BLUE value IS 85 (33.59% from 255) = 22.49%
R=18.78%
G=58.73%
B=22.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal71222850.6800.620.13125.5669.5957.45
Hex47DE554403ED7e4639
Octal1073361251040761517610671
Binary100011111011110101010110001000111110110111111101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47DE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,222,85); }

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

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

 a { background-color: rgb(71,222,85); }

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

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

 span { border-color: rgb(71,222,85); }

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