#47E848

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

Shades of Lime Green #47E848

Tints of Lime Green #47E848

Color information

#47E848 (or 0x47E848) is unknown color: approx Lime Green. HEX triplet: 47, E8 and 48. RGB value is (71,232,72). Sum of RGB (Red+Green+Blue) = 71+232+72=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 232 (91.02% from 255 or 61.87% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 232 - color contains mainly: green. Hex color #47E848 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47E848 is #B817B7. Grayscale: #A6A6A6. Windows color (decimal): -12064696 or 4778055. OLE color: 4778055.

HSL color Cylindrical-coordinate representation of color #47E848: hue angle of 120.37º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E848 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB7123272-
CMYK0.6900.690.09
HSL120.37º77.78%59.41%-
HSV(B)120.37º69.4%90.98%-
XYZ32.6259.5215.9-
YUV165.6275.1660.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.93%
GREEN value IS 232 (91.02% from 255) = 61.87%
BLUE value IS 72 (28.52% from 255) = 19.2%
R=18.93%
G=61.87%
B=19.2%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal71232720.6900.690.09120.3777.7859.41
Hex47E848450459784e3b
Octal10735011010501051117011673
Binary1000111111010001001000100010101000101100111110001001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,232,72); }

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

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

 a { background-color: rgb(71,232,72); }

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

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

 span { border-color: rgb(71,232,72); }

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