#47FD3A

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

Shades of Lime Green #47FD3A

Tints of Lime Green #47FD3A

Color information

#47FD3A (or 0x47FD3A) is unknown color: approx Lime Green. HEX triplet: 47, FD and 3A. RGB value is (71,253,58). Sum of RGB (Red+Green+Blue) = 71+253+58=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 253 (99.22% from 255 or 66.23% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 253 - color contains mainly: green. Hex color #47FD3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47FD3A is #B802C5. Grayscale: #B0B0B0. Windows color (decimal): -12059334 or 3865927. OLE color: 3865927.

HSL color Cylindrical-coordinate representation of color #47FD3A: hue angle of 116º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #47FD3A is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB7125358-
CMYK0.7200.770.01
HSL116º97.99%60.98%-
HSV(B)116º77.08%99.22%-
XYZ38.4971.915.85-
YUV176.3561.252.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.59%
GREEN value IS 253 (99.22% from 255) = 66.23%
BLUE value IS 58 (23.05% from 255) = 15.18%
R=18.59%
G=66.23%
B=15.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal71253580.7200.770.0111697.9960.98
Hex47FD3A4804D174623d
Octal107375721100115116414275
Binary100011111111101111010100100001001101111101001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47FD3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,253,58); }

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

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

 a { background-color: rgb(71,253,58); }

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

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

 span { border-color: rgb(71,253,58); }

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