#54A518

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

Shades of Limeade #54A518

Tints of Limeade #54A518

Color information

#54A518 (or 0x54A518) is unknown color: approx Limeade. HEX triplet: 54, A5 and 18. RGB value is (84,165,24). Sum of RGB (Red+Green+Blue) = 84+165+24=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 165 (64.84% from 255 or 60.44% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 165 - color contains mainly: green. Hex color #54A518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54A518 is #AB5AE7. Grayscale: #7D7D7D. Windows color (decimal): -11229928 or 1615188. OLE color: 1615188.

HSL color Cylindrical-coordinate representation of color #54A518: hue angle of 94.47º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54A518 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB8416524-
CMYK0.4900.850.35
HSL94.47º74.6%37.06%-
HSV(B)94.47º85.45%64.71%-
XYZ17.2828.865.52-
YUV124.7171.1698.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.77%
GREEN value IS 165 (64.84% from 255) = 60.44%
BLUE value IS 24 (9.77% from 255) = 8.79%
R=30.77%
G=60.44%
B=8.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal84165240.4900.850.3594.4774.637.06
Hex54A51831055235e4b25
Octal124245306101254313611345
Binary101010010100101110001100010101010110001110111101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,165,24); }

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

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

 a { background-color: rgb(84,165,24); }

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

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

 span { border-color: rgb(84,165,24); }

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