#54a92d

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

Shades of Limeade #54A92D

Tints of Limeade #54A92D

Color information

#54A92D (or 0x54A92D) is unknown color: approx Limeade. HEX triplet: 54, A9 and 2D. RGB value is (84,169,45). Sum of RGB (Red+Green+Blue) = 84+169+45=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 169 (66.41% from 255 or 56.71% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 169 - color contains mainly: green. Hex color #54A92D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A92D is #AB56D2. Grayscale: #818181. Windows color (decimal): -11228883 or 2992468. OLE color: 2992468.

HSL color Cylindrical-coordinate representation of color #54A92D: hue angle of 101.13º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #54A92D is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB8416945-
CMYK0.5000.730.34
HSL101.13º57.94%41.96%-
HSV(B)101.13º73.37%66.27%-
XYZ18.3230.457.39-
YUV129.4580.3495.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.19%
GREEN value IS 169 (66.41% from 255) = 56.71%
BLUE value IS 45 (17.97% from 255) = 15.10%
R=28.19%
G=56.71%
B=15.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal84169450.5000.730.34101.1357.9441.96
Hex54A92D3204922653a2a
Octal12425155620111421457252
Binary101010010101001101101110010010010011000101100101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54a92d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54a92d; }

 p { color: rgb(84,169,45); }

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

<style>
 a { background-color: #54a92d; }

 a { background-color: rgb(84,169,45); }

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

<style>
 span { border-color: #54a92d; }

 span { border-color: rgb(84,169,45); }

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