#56e52d

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

Shades of Lime Green #56E52D

Tints of Lime Green #56E52D

Color information

#56E52D (or 0x56E52D) is unknown color: approx Lime Green. HEX triplet: 56, E5 and 2D. RGB value is (86,229,45). Sum of RGB (Red+Green+Blue) = 86+229+45=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 229 (89.84% from 255 or 63.61% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 229 - color contains mainly: green. Hex color #56E52D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56E52D is #A91AD2. Grayscale: #A5A5A5. Windows color (decimal): -11082451 or 3007830. OLE color: 3007830.

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

Color convert

RGB8622945-
CMYK0.6200.800.10
HSL106.63º77.97%53.73%-
HSV(B)106.63º80.35%89.8%-
XYZ32.3358.2112.01-
YUV165.2760.1271.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.89%
GREEN value IS 229 (89.84% from 255) = 63.61%
BLUE value IS 45 (17.97% from 255) = 12.5%
R=23.89%
G=63.61%
B=12.5%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal86229450.6200.800.10106.6377.9753.73
Hex56E52D3E050A6b4e36
Octal126345557601201215311666
Binary10101101110010110110111111001010000101011010111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56e52d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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