#47BF41

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

Shades of Lime Green #47BF41

Tints of Lime Green #47BF41

Color information

#47BF41 (or 0x47BF41) is unknown color: approx Lime Green. HEX triplet: 47, BF and 41. RGB value is (71,191,65). Sum of RGB (Red+Green+Blue) = 71+191+65=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 191 (75% from 255 or 58.41% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 191 - color contains mainly: green. Hex color #47BF41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BF41 is #B840BE. Grayscale: #8D8D8D. Windows color (decimal): -12075199 or 4308807. OLE color: 4308807.

HSL color Cylindrical-coordinate representation of color #47BF41: hue angle of 117.14º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47BF41 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB7119165-
CMYK0.6300.660.25
HSL117.14º49.61%50.2%-
HSV(B)117.14º65.97%74.9%-
XYZ22.1838.9811.36-
YUV140.7685.2478.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.71%
GREEN value IS 191 (75% from 255) = 58.41%
BLUE value IS 65 (25.78% from 255) = 19.88%
R=21.71%
G=58.41%
B=19.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71191650.6300.660.25117.1449.6150.2
Hex47BF413F04219753232
Octal107277101770102311656262
Binary100011110111111100000111111101000010110011110101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,191,65); }

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

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

 a { background-color: rgb(71,191,65); }

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

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

 span { border-color: rgb(71,191,65); }

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