#47D340

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

Shades of Lime Green #47D340

Tints of Lime Green #47D340

Color information

#47D340 (or 0x47D340) is unknown color: approx Lime Green. HEX triplet: 47, D3 and 40. RGB value is (71,211,64). Sum of RGB (Red+Green+Blue) = 71+211+64=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 211 (82.81% from 255 or 60.98% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 211 - color contains mainly: green. Hex color #47D340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47D340 is #B82CBF. Grayscale: #989898. Windows color (decimal): -12070080 or 4248391. OLE color: 4248391.

HSL color Cylindrical-coordinate representation of color #47D340: hue angle of 117.14º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47D340 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB7121164-
CMYK0.6600.700.17
HSL117.14º62.55%53.92%-
HSV(B)117.14º69.67%82.75%-
XYZ26.8248.312.76-
YUV152.3878.1269.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.52%
GREEN value IS 211 (82.81% from 255) = 60.98%
BLUE value IS 64 (25.39% from 255) = 18.50%
R=20.52%
G=60.98%
B=18.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal71211640.6600.700.17117.1462.5553.92
Hex47D3404204611753f36
Octal1073231001020106211657766
Binary1000111110100111000000100001001000110100011110101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47D340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,211,64); }

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

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

 a { background-color: rgb(71,211,64); }

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

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

 span { border-color: rgb(71,211,64); }

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