#56E13D

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

Shades of Lime Green #56E13D

Tints of Lime Green #56E13D

Color information

#56E13D (or 0x56E13D) is unknown color: approx Lime Green. HEX triplet: 56, E1 and 3D. RGB value is (86,225,61). Sum of RGB (Red+Green+Blue) = 86+225+61=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 225 (88.28% from 255 or 60.48% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 225 - color contains mainly: green. Hex color #56E13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56E13D is #A91EC2. Grayscale: #A5A5A5. Windows color (decimal): -11083459 or 4055382. OLE color: 4055382.

HSL color Cylindrical-coordinate representation of color #56E13D: hue angle of 110.85º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56E13D is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB8622561-
CMYK0.6200.730.12
HSL110.85º73.21%56.08%-
HSV(B)110.85º72.89%88.24%-
XYZ31.6156.1713.59-
YUV164.7469.4571.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.12%
GREEN value IS 225 (88.28% from 255) = 60.48%
BLUE value IS 61 (24.22% from 255) = 16.40%
R=23.12%
G=60.48%
B=16.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal86225610.6200.730.12110.8573.2156.08
Hex56E13D3E049C6f4938
Octal126341757601111415711170
Binary10101101110000111110111111001001001110011011111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,225,61); }

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

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

 a { background-color: rgb(86,225,61); }

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

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

 span { border-color: rgb(86,225,61); }

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