#56DE47

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

Shades of Lime Green #56DE47

Tints of Lime Green #56DE47

Color information

#56DE47 (or 0x56DE47) is unknown color: approx Lime Green. HEX triplet: 56, DE and 47. RGB value is (86,222,71). Sum of RGB (Red+Green+Blue) = 86+222+71=379 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.69% from 379); Green value is 222 (87.11% from 255 or 58.58% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 222 - color contains mainly: green. Hex color #56DE47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56DE47 is #A921B8. Grayscale: #A4A4A4. Windows color (decimal): -11084217 or 4709974. OLE color: 4709974.

HSL color Cylindrical-coordinate representation of color #56DE47: hue angle of 114.04º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #56DE47 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB8622271-
CMYK0.6100.680.13
HSL114.04º69.59%57.45%-
HSV(B)114.04º68.02%87.06%-
XYZ31.154.6814.88-
YUV164.1275.4472.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.69%
GREEN value IS 222 (87.11% from 255) = 58.58%
BLUE value IS 71 (28.12% from 255) = 18.73%
R=22.69%
G=58.58%
B=18.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal86222710.6100.680.13114.0469.5957.45
Hex56DE473D044D724639
Octal1263361077501041516210671
Binary101011011011110100011111110101000100110111100101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56DE47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56DE47; }

 p { color: rgb(86,222,71); }

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

<style>
 a { background-color: #56DE47; }

 a { background-color: rgb(86,222,71); }

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

<style>
 span { border-color: #56DE47; }

 span { border-color: rgb(86,222,71); }

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