#549B2A

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

Shades of Limeade #549B2A

Tints of Limeade #549B2A

Color information

#549B2A (or 0x549B2A) is unknown color: approx Limeade. HEX triplet: 54, 9B and 2A. RGB value is (84,155,42). Sum of RGB (Red+Green+Blue) = 84+155+42=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 155 (60.94% from 255 or 55.16% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 155 - color contains mainly: green. Hex color #549B2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549B2A is #AB64D5. Grayscale: #797979. Windows color (decimal): -11232470 or 2792276. OLE color: 2792276.

HSL color Cylindrical-coordinate representation of color #549B2A: hue angle of 97.7º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #549B2A is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.39.

Color convert

RGB8415542-
CMYK0.4600.730.39
HSL97.7º57.36%38.63%-
HSV(B)97.7º72.9%60.78%-
XYZ15.825.496.28-
YUV120.8983.48101.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.89%
GREEN value IS 155 (60.94% from 255) = 55.16%
BLUE value IS 42 (16.80% from 255) = 14.95%
R=29.89%
G=55.16%
B=14.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal84155420.4600.730.3997.757.3638.63
Hex549B2A2E04927623927
Octal12423352560111471427147
Binary101010010011011101010101110010010011001111100010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,155,42); }

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

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

 a { background-color: rgb(84,155,42); }

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

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

 span { border-color: rgb(84,155,42); }

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