#539C2C

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

Shades of Limeade #539C2C

Tints of Limeade #539C2C

Color information

#539C2C (or 0x539C2C) is unknown color: approx Limeade. HEX triplet: 53, 9C and 2C. RGB value is (83,156,44). Sum of RGB (Red+Green+Blue) = 83+156+44=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 156 (61.33% from 255 or 55.12% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 156 - color contains mainly: green. Hex color #539C2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539C2C is #AC63D3. Grayscale: #797979. Windows color (decimal): -11297748 or 2923603. OLE color: 2923603.

HSL color Cylindrical-coordinate representation of color #539C2C: hue angle of 99.11º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #539C2C is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB8315644-
CMYK0.4700.720.39
HSL99.11º56%39.22%-
HSV(B)99.11º71.79%61.18%-
XYZ15.9125.86.52-
YUV121.484.32100.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.33%
GREEN value IS 156 (61.33% from 255) = 55.12%
BLUE value IS 44 (17.58% from 255) = 15.55%
R=29.33%
G=55.12%
B=15.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83156440.4700.720.3999.115639.22
Hex539C2C2F04827633827
Octal12323454570110471437047
Binary101001110011100101100101111010010001001111100011111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539C2C; }

 p { color: rgb(83,156,44); }

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

<style>
 a { background-color: #539C2C; }

 a { background-color: rgb(83,156,44); }

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

<style>
 span { border-color: #539C2C; }

 span { border-color: rgb(83,156,44); }

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