#47BF3B

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

Shades of Lime Green #47BF3B

Tints of Lime Green #47BF3B

Color information

#47BF3B (or 0x47BF3B) is unknown color: approx Lime Green. HEX triplet: 47, BF and 3B. RGB value is (71,191,59). Sum of RGB (Red+Green+Blue) = 71+191+59=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 191 (75% from 255 or 59.50% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 191 - color contains mainly: green. Hex color #47BF3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BF3B is #B840C4. Grayscale: #8C8C8C. Windows color (decimal): -12075205 or 3915591. OLE color: 3915591.

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

Color convert

RGB7119159-
CMYK0.6300.690.25
HSL114.55º52.8%49.02%-
HSV(B)114.55º69.11%74.9%-
XYZ22.0238.9210.49-
YUV140.0782.2478.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.12%
GREEN value IS 191 (75% from 255) = 59.50%
BLUE value IS 59 (23.44% from 255) = 18.38%
R=22.12%
G=59.50%
B=18.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71191590.6300.690.25114.5552.849.02
Hex47BF3B3F04519733531
Octal10727773770105311636561
Binary10001111011111111101111111101000101110011110011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BF3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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