#559D1E

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

Shades of Limeade #559D1E

Tints of Limeade #559D1E

Color information

#559D1E (or 0x559D1E) is unknown color: approx Limeade. HEX triplet: 55, 9D and 1E. RGB value is (85,157,30). Sum of RGB (Red+Green+Blue) = 85+157+30=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 157 (61.72% from 255 or 57.72% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 157 - color contains mainly: green. Hex color #559D1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559D1E is #AA62E1. Grayscale: #797979. Windows color (decimal): -11166434 or 2006357. OLE color: 2006357.

HSL color Cylindrical-coordinate representation of color #559D1E: hue angle of 94.02º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #559D1E is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB8515730-
CMYK0.4600.810.38
HSL94.02º67.91%36.67%-
HSV(B)94.02º80.89%61.57%-
XYZ16.0426.145.43-
YUV120.9976.65102.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.25%
GREEN value IS 157 (61.72% from 255) = 57.72%
BLUE value IS 30 (12.11% from 255) = 11.03%
R=31.25%
G=57.72%
B=11.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85157300.4600.810.3894.0267.9136.67
Hex559D1E2E051265e4425
Octal125235365601214613610445
Binary101010110011101111101011100101000110011010111101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,157,30); }

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

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

 a { background-color: rgb(85,157,30); }

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

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

 span { border-color: rgb(85,157,30); }

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