#54A223

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

Shades of Limeade #54A223

Tints of Limeade #54A223

Color information

#54A223 (or 0x54A223) is unknown color: approx Limeade. HEX triplet: 54, A2 and 23. RGB value is (84,162,35). Sum of RGB (Red+Green+Blue) = 84+162+35=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 162 (63.67% from 255 or 57.65% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 162 - color contains mainly: green. Hex color #54A223 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A223 is #AB5DDC. Grayscale: #7C7C7C. Windows color (decimal): -11230685 or 2335316. OLE color: 2335316.

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

Color convert

RGB8416235-
CMYK0.4800.780.36
HSL96.85º64.47%38.63%-
HSV(B)96.85º78.4%63.53%-
XYZ16.8827.856.08-
YUV124.277.6699.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.89%
GREEN value IS 162 (63.67% from 255) = 57.65%
BLUE value IS 35 (14.06% from 255) = 12.46%
R=29.89%
G=57.65%
B=12.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal84162350.4800.780.3696.8564.4738.63
Hex54A2233004E24614027
Octal124242436001164414110047
Binary1010100101000101000111100000100111010010011000011000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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