#56E540

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

Shades of Lime Green #56E540

Tints of Lime Green #56E540

Color information

#56E540 (or 0x56E540) is unknown color: approx Lime Green. HEX triplet: 56, E5 and 40. RGB value is (86,229,64). Sum of RGB (Red+Green+Blue) = 86+229+64=379 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.69% from 379); Green value is 229 (89.84% from 255 or 60.42% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 229 - color contains mainly: green. Hex color #56E540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56E540 is #A91ABF. Grayscale: #A7A7A7. Windows color (decimal): -11082432 or 4253014. OLE color: 4253014.

HSL color Cylindrical-coordinate representation of color #56E540: hue angle of 112º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #56E540 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB8622964-
CMYK0.6200.720.10
HSL112º76.04%57.45%-
HSV(B)112º72.05%89.8%-
XYZ32.7858.3914.39-
YUV167.4369.6269.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.69%
GREEN value IS 229 (89.84% from 255) = 60.42%
BLUE value IS 64 (25.39% from 255) = 16.89%
R=22.69%
G=60.42%
B=16.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal86229640.6200.720.1011276.0457.45
Hex56E5403E048A704c39
Octal1263451007601101216011471
Binary101011011100101100000011111001001000101011100001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,229,64); }

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

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

 a { background-color: rgb(86,229,64); }

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

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

 span { border-color: rgb(86,229,64); }

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