#47C349

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

Shades of Lime Green #47C349

Tints of Lime Green #47C349

Color information

#47C349 (or 0x47C349) is unknown color: approx Lime Green. HEX triplet: 47, C3 and 49. RGB value is (71,195,73). Sum of RGB (Red+Green+Blue) = 71+195+73=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #47C349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C349 is #B83CB6. Grayscale: #909090. Windows color (decimal): -12074167 or 4834119. OLE color: 4834119.

HSL color Cylindrical-coordinate representation of color #47C349: hue angle of 120.97º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C349 is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB7119573-
CMYK0.6400.630.24
HSL120.97º50.82%52.16%-
HSV(B)120.97º63.59%76.47%-
XYZ23.3240.8512.96-
YUV144.0287.9275.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.94%
GREEN value IS 195 (76.56% from 255) = 57.52%
BLUE value IS 73 (28.91% from 255) = 21.53%
R=20.94%
G=57.52%
B=21.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal71195730.6400.630.24120.9750.8252.16
Hex47C3494003F18793334
Octal107303111100077301716364
Binary100011111000011100100110000000111111110001111001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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