#47DB50

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

Shades of Lime Green #47DB50

Tints of Lime Green #47DB50

Color information

#47DB50 (or 0x47DB50) is unknown color: approx Lime Green. HEX triplet: 47, DB and 50. RGB value is (71,219,80). Sum of RGB (Red+Green+Blue) = 71+219+80=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 219 (85.94% from 255 or 59.19% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 219 - color contains mainly: green. Hex color #47DB50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47DB50 is #B824AF. Grayscale: #9F9F9F. Windows color (decimal): -12068016 or 5299015. OLE color: 5299015.

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

Color convert

RGB7121980-
CMYK0.6800.630.14
HSL123.65º67.27%56.86%-
HSV(B)123.65º67.58%85.88%-
XYZ29.3852.5816.19-
YUV158.983.4765.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.19%
GREEN value IS 219 (85.94% from 255) = 59.19%
BLUE value IS 80 (31.64% from 255) = 21.62%
R=19.19%
G=59.19%
B=21.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal71219800.6800.630.14123.6567.2756.86
Hex47DB504403FE7c4339
Octal1073331201040771617410371
Binary100011111011011101000010001000111111111011111001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47DB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,219,80); }

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

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

 a { background-color: rgb(71,219,80); }

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

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

 span { border-color: rgb(71,219,80); }

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