#54A229

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

Shades of Limeade #54A229

Tints of Limeade #54A229

Color information

#54A229 (or 0x54A229) is unknown color: approx Limeade. HEX triplet: 54, A2 and 29. RGB value is (84,162,41). Sum of RGB (Red+Green+Blue) = 84+162+41=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 162 (63.67% from 255 or 56.45% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 162 - color contains mainly: green. Hex color #54A229 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A229 is #AB5DD6. Grayscale: #7D7D7D. Windows color (decimal): -11230679 or 2728532. OLE color: 2728532.

HSL color Cylindrical-coordinate representation of color #54A229: hue angle of 98.68º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #54A229 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB8416241-
CMYK0.4800.750.36
HSL98.68º59.61%39.8%-
HSV(B)98.68º74.69%63.53%-
XYZ16.9827.896.59-
YUV124.8880.6698.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.27%
GREEN value IS 162 (63.67% from 255) = 56.45%
BLUE value IS 41 (16.41% from 255) = 14.29%
R=29.27%
G=56.45%
B=14.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal84162410.4800.750.3698.6859.6139.8
Hex54A2293004B24633c28
Octal12424251600113441437450
Binary101010010100010101001110000010010111001001100011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,162,41); }

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

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

 a { background-color: rgb(84,162,41); }

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

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

 span { border-color: rgb(84,162,41); }

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