#47CC49

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

Shades of Lime Green #47CC49

Tints of Lime Green #47CC49

Color information

#47CC49 (or 0x47CC49) is unknown color: approx Lime Green. HEX triplet: 47, CC and 49. RGB value is (71,204,73). Sum of RGB (Red+Green+Blue) = 71+204+73=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 204 (80.08% from 255 or 58.62% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 204 - color contains mainly: green. Hex color #47CC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CC49 is #B833B6. Grayscale: #959595. Windows color (decimal): -12071863 or 4836423. OLE color: 4836423.

HSL color Cylindrical-coordinate representation of color #47CC49: hue angle of 120.9º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CC49 is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB7120473-
CMYK0.6500.640.2
HSL120.9º56.6%53.92%-
HSV(B)120.9º65.2%80%-
XYZ25.3945.0113.65-
YUV149.384.9472.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.40%
GREEN value IS 204 (80.08% from 255) = 58.62%
BLUE value IS 73 (28.91% from 255) = 20.98%
R=20.40%
G=58.62%
B=20.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal71204730.6500.640.2120.956.653.92
Hex47CC494104014793936
Octal1073141111010100241717166
Binary1000111110011001001001100000101000000101001111001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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