#56DD33

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

Shades of Lime Green #56DD33

Tints of Lime Green #56DD33

Color information

#56DD33 (or 0x56DD33) is unknown color: approx Lime Green. HEX triplet: 56, DD and 33. RGB value is (86,221,51). Sum of RGB (Red+Green+Blue) = 86+221+51=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 221 (86.72% from 255 or 61.73% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 221 - color contains mainly: green. Hex color #56DD33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56DD33 is #A922CC. Grayscale: #A1A1A1. Windows color (decimal): -11084493 or 3398998. OLE color: 3398998.

HSL color Cylindrical-coordinate representation of color #56DD33: hue angle of 107.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #56DD33 is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB8622151-
CMYK0.6100.770.13
HSL107.65º71.43%53.33%-
HSV(B)107.65º76.92%86.67%-
XYZ30.2953.9311.95-
YUV161.2665.7774.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.02%
GREEN value IS 221 (86.72% from 255) = 61.73%
BLUE value IS 51 (20.31% from 255) = 14.25%
R=24.02%
G=61.73%
B=14.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal86221510.6100.770.13107.6571.4353.33
Hex56DD333D04DD6c4735
Octal126335637501151515410765
Binary10101101101110111001111110101001101110111011001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56DD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,221,51); }

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

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

 a { background-color: rgb(86,221,51); }

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

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

 span { border-color: rgb(86,221,51); }

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