#56E42D

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

Shades of Lime Green #56E42D

Tints of Lime Green #56E42D

Color information

#56E42D (or 0x56E42D) is unknown color: approx Lime Green. HEX triplet: 56, E4 and 2D. RGB value is (86,228,45). Sum of RGB (Red+Green+Blue) = 86+228+45=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 228 (89.45% from 255 or 63.51% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 228 - color contains mainly: green. Hex color #56E42D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56E42D is #A91BD2. Grayscale: #A5A5A5. Windows color (decimal): -11082707 or 3007574. OLE color: 3007574.

HSL color Cylindrical-coordinate representation of color #56E42D: hue angle of 106.56º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #56E42D is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB8622845-
CMYK0.6200.800.11
HSL106.56º77.22%53.53%-
HSV(B)106.56º80.26%89.41%-
XYZ32.0557.6511.92-
YUV164.6860.4671.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.96%
GREEN value IS 228 (89.45% from 255) = 63.51%
BLUE value IS 45 (17.97% from 255) = 12.53%
R=23.96%
G=63.51%
B=12.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal86228450.6200.800.11106.5677.2253.53
Hex56E42D3E050B6b4d36
Octal126344557601201315311566
Binary10101101110010010110111111001010000101111010111001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,228,45); }

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

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

 a { background-color: rgb(86,228,45); }

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

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

 span { border-color: rgb(86,228,45); }

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