#54A212

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

Shades of Limeade #54A212

Tints of Limeade #54A212

Color information

#54A212 (or 0x54A212) is unknown color: approx Limeade. HEX triplet: 54, A2 and 12. RGB value is (84,162,18). Sum of RGB (Red+Green+Blue) = 84+162+18=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 162 (63.67% from 255 or 61.36% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 162 - color contains mainly: green. Hex color #54A212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54A212 is #AB5DED. Grayscale: #7A7A7A. Windows color (decimal): -11230702 or 1221204. OLE color: 1221204.

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

Color convert

RGB8416218-
CMYK0.4800.890.36
HSL92.5º80%35.29%-
HSV(B)92.5º88.89%63.53%-
XYZ16.6927.775.05-
YUV122.2669.16100.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.82%
GREEN value IS 162 (63.67% from 255) = 61.36%
BLUE value IS 18 (7.42% from 255) = 6.82%
R=31.82%
G=61.36%
B=6.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal84162180.4800.890.3692.58035.29
Hex54A21230059245c5023
Octal124242226001314413412043
Binary101010010100010100101100000101100110010010111001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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