#47D054

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

Shades of Lime Green #47D054

Tints of Lime Green #47D054

Color information

#47D054 (or 0x47D054) is unknown color: approx Lime Green. HEX triplet: 47, D0 and 54. RGB value is (71,208,84). Sum of RGB (Red+Green+Blue) = 71+208+84=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 208 (81.64% from 255 or 57.30% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 208 - color contains mainly: green. Hex color #47D054 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D054 is #B82FAB. Grayscale: #999999. Windows color (decimal): -12070828 or 5558343. OLE color: 5558343.

HSL color Cylindrical-coordinate representation of color #47D054: hue angle of 125.69º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47D054 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB7120884-
CMYK0.6600.600.18
HSL125.69º59.31%54.71%-
HSV(B)125.69º65.87%81.57%-
XYZ26.7547.0916.07-
YUV152.989.1169.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.56%
GREEN value IS 208 (81.64% from 255) = 57.30%
BLUE value IS 84 (33.20% from 255) = 23.14%
R=19.56%
G=57.30%
B=23.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal71208840.6600.600.18125.6959.3154.71
Hex47D0544203C127e3b37
Octal107320124102074221767367
Binary100011111010000101010010000100111100100101111110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47D054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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