#56D535

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

Shades of Lime Green #56D535

Tints of Lime Green #56D535

Color information

#56D535 (or 0x56D535) is unknown color: approx Lime Green. HEX triplet: 56, D5 and 35. RGB value is (86,213,53). Sum of RGB (Red+Green+Blue) = 86+213+53=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 213 (83.59% from 255 or 60.51% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 213 - color contains mainly: green. Hex color #56D535 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56D535 is #A92ACA. Grayscale: #9D9D9D. Windows color (decimal): -11086539 or 3528022. OLE color: 3528022.

HSL color Cylindrical-coordinate representation of color #56D535: hue angle of 107.62º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #56D535 is Cyan = 0.60, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB8621353-
CMYK0.6000.750.16
HSL107.62º65.57%52.16%-
HSV(B)107.62º75.12%83.53%-
XYZ28.2749.8211.49-
YUV156.7969.4277.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.43%
GREEN value IS 213 (83.59% from 255) = 60.51%
BLUE value IS 53 (21.09% from 255) = 15.06%
R=24.43%
G=60.51%
B=15.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal86213530.6000.750.16107.6265.5752.16
Hex56D5353C04B106c4234
Octal126325657401132015410264
Binary101011011010101110101111100010010111000011011001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56D535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,213,53); }

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

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

 a { background-color: rgb(86,213,53); }

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

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

 span { border-color: rgb(86,213,53); }

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