#47e349

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

Shades of Lime Green #47E349

Tints of Lime Green #47E349

Color information

#47E349 (or 0x47E349) is unknown color: approx Lime Green. HEX triplet: 47, E3 and 49. RGB value is (71,227,73). Sum of RGB (Red+Green+Blue) = 71+227+73=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 227 (89.06% from 255 or 61.19% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 227 - color contains mainly: green. Hex color #47E349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47E349 is #B81CB6. Grayscale: #A3A3A3. Windows color (decimal): -12065975 or 4842311. OLE color: 4842311.

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

Color convert

RGB7122773-
CMYK0.6900.680.11
HSL120.77º73.58%58.43%-
HSV(B)120.77º68.72%89.02%-
XYZ31.2756.7615.61-
YUV162.877.3262.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.14%
GREEN value IS 227 (89.06% from 255) = 61.19%
BLUE value IS 73 (28.91% from 255) = 19.68%
R=19.14%
G=61.19%
B=19.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal71227730.6900.680.11120.7773.5858.43
Hex47E34945044B794a3a
Octal10734311110501041317111272
Binary1000111111000111001001100010101000100101111110011001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47e349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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