#47C535

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

Shades of Lime Green #47C535

Tints of Lime Green #47C535

Color information

#47C535 (or 0x47C535) is unknown color: approx Lime Green. HEX triplet: 47, C5 and 35. RGB value is (71,197,53). Sum of RGB (Red+Green+Blue) = 71+197+53=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 197 (77.34% from 255 or 61.37% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 197 - color contains mainly: green. Hex color #47C535 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C535 is #B83ACA. Grayscale: #8F8F8F. Windows color (decimal): -12073675 or 3523911. OLE color: 3523911.

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

Color convert

RGB7119753-
CMYK0.6400.730.23
HSL112.5º57.6%49.02%-
HSV(B)112.5º73.1%77.25%-
XYZ23.2141.5310.16-
YUV142.9177.2676.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.12%
GREEN value IS 197 (77.34% from 255) = 61.37%
BLUE value IS 53 (21.09% from 255) = 16.51%
R=22.12%
G=61.37%
B=16.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal71197530.6400.730.23112.557.649.02
Hex47C5354004917703a31
Octal107305651000111271607261
Binary100011111000101110101100000001001001101111110000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,197,53); }

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

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

 a { background-color: rgb(71,197,53); }

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

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

 span { border-color: rgb(71,197,53); }

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