#549A36

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

Shades of Limeade #549A36

Tints of Limeade #549A36

Color information

#549A36 (or 0x549A36) is unknown color: approx Limeade. HEX triplet: 54, 9A and 36. RGB value is (84,154,54). Sum of RGB (Red+Green+Blue) = 84+154+54=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 154 (60.55% from 255 or 52.74% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 154 - color contains mainly: green. Hex color #549A36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549A36 is #AB65C9. Grayscale: #7A7A7A. Windows color (decimal): -11232714 or 3578452. OLE color: 3578452.

HSL color Cylindrical-coordinate representation of color #549A36: hue angle of 102º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #549A36 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB8415454-
CMYK0.4500.650.40
HSL102º48.08%40.78%-
HSV(B)102º64.94%60.39%-
XYZ15.8825.267.53-
YUV121.6789.81101.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.77%
GREEN value IS 154 (60.55% from 255) = 52.74%
BLUE value IS 54 (21.48% from 255) = 18.49%
R=28.77%
G=52.74%
B=18.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal84154540.4500.650.4010248.0840.78
Hex549A362D04128663029
Octal12423266550101501466051
Binary101010010011010110110101101010000011010001100110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549A36; }

 p { color: rgb(84,154,54); }

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

<style>
 a { background-color: #549A36; }

 a { background-color: rgb(84,154,54); }

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

<style>
 span { border-color: #549A36; }

 span { border-color: rgb(84,154,54); }

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