Html Css Color HEX #56DC42 Lime Green

📋 copy color: '#56DC42'

red 86 ◦ green 220 ◦ blue 66

#56DC42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #56DC42

Tints of Lime Green #56DC42

RGB

 RED value IS 86 (33.98% from 255) = 23.12%

 GREEN value IS 220 (86.33% from 255) = 59.14%

 BLUE value IS 66 (26.17% from 255) = 17.74%

R = 23.12%
G = 59.14%
B = 17.74%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#56DC42 (or 0x56DC42) is known color: Lime Green. HEX triplet: 56, DC and 42. RGB value is (86,220,66). Sum of RGB (Red+Green+Blue) = 86+220+66=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 220 (86.33% from 255 or 59.14% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 220 - color contains mainly: green. Hex color #56DC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56DC42 is #A923BD. Grayscale: #A2A2A2. Windows color (decimal): -11084734 or 4381782. OLE color: 4381782.

HSL color Cylindrical-coordinate representation of color #56DC42: hue angle of 112.21º 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 #56DC42 is Cyan = 0.61, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 220 66 -
CMYK 0.61 0 0.7 0.14
HSL 112.21º 0.69% 0.56% -
HSV(B) 112.21º 0.7% 0.86% -
XYZ 30.41 53.56 13.89 -
YUV 162.38 73.61 73.52 -
System Red Green Blue C M Y K H S L
Decimal 86 220 66 0.61 0 0.7 0.14 112.21 0.69 0.56
Hex 56 DC 42 3D 0 46 E 70 45 38
Octal 126 334 102 75 0 106 16 160 105 70
Binary 1010110 11011100 1000010 111101 0 1000110 1110 1110000 1000101 111000

Color Harmonies of #56DC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56DC42

Black with #56DC42

Text Example


Text Example

White with #56DC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #56DC42;
 }
 .AnyTagClassName
 {
   color: #56DC42;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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