#47C449

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

Shades of Lime Green #47C449

Tints of Lime Green #47C449

Color information

#47C449 (or 0x47C449) is unknown color: approx Lime Green. HEX triplet: 47, C4 and 49. RGB value is (71,196,73). Sum of RGB (Red+Green+Blue) = 71+196+73=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 196 (76.95% from 255 or 57.65% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 196 - color contains mainly: green. Hex color #47C449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C449 is #B83BB6. Grayscale: #909090. Windows color (decimal): -12073911 or 4834375. OLE color: 4834375.

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

Color convert

RGB7119673-
CMYK0.6400.630.23
HSL120.96º51.44%52.35%-
HSV(B)120.96º63.78%76.86%-
XYZ23.5441.313.03-
YUV144.687.5975.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.88%
GREEN value IS 196 (76.95% from 255) = 57.65%
BLUE value IS 73 (28.91% from 255) = 21.47%
R=20.88%
G=57.65%
B=21.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal71196730.6400.630.23120.9651.4452.35
Hex47C4494003F17793334
Octal107304111100077271716364
Binary100011111000100100100110000000111111101111111001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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