#559C2F

Color #559C2F Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #559C2F

Tints of Limeade #559C2F

Color information

#559C2F (or 0x559C2F) is unknown color: approx Limeade. HEX triplet: 55, 9C and 2F. RGB value is (85,156,47). Sum of RGB (Red+Green+Blue) = 85+156+47=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 156 (61.33% from 255 or 54.17% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 156 - color contains mainly: green. Hex color #559C2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559C2F is #AA63D0. Grayscale: #7A7A7A. Windows color (decimal): -11166673 or 3120213. OLE color: 3120213.

HSL color Cylindrical-coordinate representation of color #559C2F: hue angle of 99.08º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #559C2F is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB8515647-
CMYK0.4600.700.39
HSL99.08º53.69%39.8%-
HSV(B)99.08º69.87%61.18%-
XYZ16.1525.916.84-
YUV122.3485.48101.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.51%
GREEN value IS 156 (61.33% from 255) = 54.17%
BLUE value IS 47 (18.75% from 255) = 16.32%
R=29.51%
G=54.17%
B=16.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85156470.4600.700.3999.0853.6939.8
Hex559C2F2E04627633628
Octal12523457560106471436650
Binary101010110011100101111101110010001101001111100011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559C2F; }

 p { color: rgb(85,156,47); }

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

<style>
 a { background-color: #559C2F; }

 a { background-color: rgb(85,156,47); }

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

<style>
 span { border-color: #559C2F; }

 span { border-color: rgb(85,156,47); }

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