#47F02F

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

Shades of Lime Green #47F02F

Tints of Lime Green #47F02F

Color information

#47F02F (or 0x47F02F) is unknown color: approx Lime Green. HEX triplet: 47, F0 and 2F. RGB value is (71,240,47). Sum of RGB (Red+Green+Blue) = 71+240+47=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 240 (94.14% from 255 or 67.04% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 240 - color contains mainly: green. Hex color #47F02F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47F02F is #B80FD0. Grayscale: #A8A8A8. Windows color (decimal): -12062673 or 3141703. OLE color: 3141703.

HSL color Cylindrical-coordinate representation of color #47F02F: hue angle of 112.54º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47F02F is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB7124047-
CMYK0.7000.800.06
HSL112.54º86.55%56.27%-
HSV(B)112.54º80.42%94.12%-
XYZ34.2763.8713.21-
YUV167.4760.0159.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.83%
GREEN value IS 240 (94.14% from 255) = 67.04%
BLUE value IS 47 (18.75% from 255) = 13.13%
R=19.83%
G=67.04%
B=13.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal71240470.7000.800.06112.5486.5556.27
Hex47F02F460506715738
Octal107360571060120616112770
Binary10001111111000010111110001100101000011011100011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47F02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,240,47); }

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

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

 a { background-color: rgb(71,240,47); }

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

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

 span { border-color: rgb(71,240,47); }

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