#56dc41

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

Shades of Lime Green #56DC41

Tints of Lime Green #56DC41

Color information

#56DC41 (or 0x56DC41) is unknown color: approx Lime Green. HEX triplet: 56, DC and 41. RGB value is (86,220,65). Sum of RGB (Red+Green+Blue) = 86+220+65=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #56DC41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56DC41 is #A923BE. Grayscale: #A2A2A2. Windows color (decimal): -11084735 or 4316246. OLE color: 4316246.

HSL color Cylindrical-coordinate representation of color #56DC41: hue angle of 111.87º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #56DC41 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB8622065-
CMYK0.6100.700.14
HSL111.87º68.89%55.88%-
HSV(B)111.87º70.45%86.27%-
XYZ30.3953.5513.74-
YUV162.2673.1173.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.18%
GREEN value IS 220 (86.33% from 255) = 59.30%
BLUE value IS 65 (25.78% from 255) = 17.52%
R=23.18%
G=59.30%
B=17.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal86220650.6100.700.14111.8768.8955.88
Hex56DC413D046E704538
Octal1263341017501061616010570
Binary101011011011100100000111110101000110111011100001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56dc41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,220,65); }

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

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

 a { background-color: rgb(86,220,65); }

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

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

 span { border-color: rgb(86,220,65); }

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