#56DE31

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

Shades of Lime Green #56DE31

Tints of Lime Green #56DE31

Color information

#56DE31 (or 0x56DE31) is unknown color: approx Lime Green. HEX triplet: 56, DE and 31. RGB value is (86,222,49). Sum of RGB (Red+Green+Blue) = 86+222+49=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 222 (87.11% from 255 or 62.18% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 222 - color contains mainly: green. Hex color #56DE31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56DE31 is #A921CE. Grayscale: #A2A2A2. Windows color (decimal): -11084239 or 3268182. OLE color: 3268182.

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

Color convert

RGB8622249-
CMYK0.6100.780.13
HSL107.17º72.38%53.14%-
HSV(B)107.17º77.93%87.06%-
XYZ30.5154.4411.81-
YUV161.6164.4474.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.09%
GREEN value IS 222 (87.11% from 255) = 62.18%
BLUE value IS 49 (19.53% from 255) = 13.73%
R=24.09%
G=62.18%
B=13.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal86222490.6100.780.13107.1772.3853.14
Hex56DE313D04ED6b4835
Octal126336617501161515311065
Binary10101101101111011000111110101001110110111010111001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56DE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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