#47E348

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

Shades of Lime Green #47E348

Tints of Lime Green #47E348

Color information

#47E348 (or 0x47E348) is unknown color: approx Lime Green. HEX triplet: 47, E3 and 48. RGB value is (71,227,72). Sum of RGB (Red+Green+Blue) = 71+227+72=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 227 (89.06% from 255 or 61.35% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 227 - color contains mainly: green. Hex color #47E348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47E348 is #B81CB7. Grayscale: #A3A3A3. Windows color (decimal): -12065976 or 4776775. OLE color: 4776775.

HSL color Cylindrical-coordinate representation of color #47E348: hue angle of 120.38º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E348 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB7122772-
CMYK0.6900.680.11
HSL120.38º73.58%58.43%-
HSV(B)120.38º68.72%89.02%-
XYZ31.2456.7515.44-
YUV162.6976.8262.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.19%
GREEN value IS 227 (89.06% from 255) = 61.35%
BLUE value IS 72 (28.52% from 255) = 19.46%
R=19.19%
G=61.35%
B=19.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal71227720.6900.680.11120.3873.5858.43
Hex47E34845044B784a3a
Octal10734311010501041317011272
Binary1000111111000111001000100010101000100101111110001001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47E348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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