#47E320

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

Shades of Lime Green #47E320

Tints of Lime Green #47E320

Color information

#47E320 (or 0x47E320) is unknown color: approx Lime Green. HEX triplet: 47, E3 and 20. RGB value is (71,227,32). Sum of RGB (Red+Green+Blue) = 71+227+32=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 227 (89.06% from 255 or 68.79% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 227 - color contains mainly: green. Hex color #47E320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47E320 is #B81CDF. Grayscale: #9E9E9E. Windows color (decimal): -12066016 or 2155335. OLE color: 2155335.

HSL color Cylindrical-coordinate representation of color #47E320: hue angle of 108º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #47E320 is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB7122732-
CMYK0.6900.860.11
HSL108º77.69%50.78%-
HSV(B)108º85.9%89.02%-
XYZ30.3356.3810.65-
YUV158.1356.8265.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.52%
GREEN value IS 227 (89.06% from 255) = 68.79%
BLUE value IS 32 (12.89% from 255) = 9.70%
R=21.52%
G=68.79%
B=9.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal71227320.6900.860.1110877.6950.78
Hex47E32045056B6c4e33
Octal1073434010501261315411663
Binary100011111100011100000100010101010110101111011001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,227,32); }

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

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

 a { background-color: rgb(71,227,32); }

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

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

 span { border-color: rgb(71,227,32); }

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