#47F43B

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

Shades of Lime Green #47F43B

Tints of Lime Green #47F43B

Color information

#47F43B (or 0x47F43B) is unknown color: approx Lime Green. HEX triplet: 47, F4 and 3B. RGB value is (71,244,59). Sum of RGB (Red+Green+Blue) = 71+244+59=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 244 (95.70% from 255 or 65.24% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 244 - color contains mainly: green. Hex color #47F43B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47F43B is #B80BC4. Grayscale: #ABABAB. Windows color (decimal): -12061637 or 3929159. OLE color: 3929159.

HSL color Cylindrical-coordinate representation of color #47F43B: hue angle of 116.11º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #47F43B is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB7124459-
CMYK0.7100.760.04
HSL116.11º89.37%59.41%-
HSV(B)116.11º75.82%95.69%-
XYZ35.7466.3615.06-
YUV171.1864.6956.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.98%
GREEN value IS 244 (95.70% from 255) = 65.24%
BLUE value IS 59 (23.44% from 255) = 15.78%
R=18.98%
G=65.24%
B=15.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal71244590.7100.760.04116.1189.3759.41
Hex47F43B4704C474593b
Octal107364731070114416413173
Binary10001111111010011101110001110100110010011101001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47F43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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