#47DB54

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

Shades of Lime Green #47DB54

Tints of Lime Green #47DB54

Color information

#47DB54 (or 0x47DB54) is unknown color: approx Lime Green. HEX triplet: 47, DB and 54. RGB value is (71,219,84). Sum of RGB (Red+Green+Blue) = 71+219+84=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 219 (85.94% from 255 or 58.56% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 219 - color contains mainly: green. Hex color #47DB54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47DB54 is #B824AB. Grayscale: #9F9F9F. Windows color (decimal): -12068012 or 5561159. OLE color: 5561159.

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

Color convert

RGB7121984-
CMYK0.6800.620.14
HSL125.27º67.27%56.86%-
HSV(B)125.27º67.58%85.88%-
XYZ29.5352.6416.99-
YUV159.3685.4764.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.98%
GREEN value IS 219 (85.94% from 255) = 58.56%
BLUE value IS 84 (33.20% from 255) = 22.46%
R=18.98%
G=58.56%
B=22.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal71219840.6800.620.14125.2767.2756.86
Hex47DB544403EE7d4339
Octal1073331241040761617510371
Binary100011111011011101010010001000111110111011111011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47DB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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