#54962E

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

Shades of Limeade #54962E

Tints of Limeade #54962E

Color information

#54962E (or 0x54962E) is unknown color: approx Limeade. HEX triplet: 54, 96 and 2E. RGB value is (84,150,46). Sum of RGB (Red+Green+Blue) = 84+150+46=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 150 (58.98% from 255 or 53.57% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 150 - color contains mainly: green. Hex color #54962E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54962E is #AB69D1. Grayscale: #767676. Windows color (decimal): -11233746 or 3053140. OLE color: 3053140.

HSL color Cylindrical-coordinate representation of color #54962E: hue angle of 98.08º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #54962E is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB8415046-
CMYK0.4400.690.41
HSL98.08º53.06%38.43%-
HSV(B)98.08º69.33%58.82%-
XYZ15.0623.896.4-
YUV118.4187.13103.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30%
GREEN value IS 150 (58.98% from 255) = 53.57%
BLUE value IS 46 (18.36% from 255) = 16.43%
R=30%
G=53.57%
B=16.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal84150460.4400.690.4198.0853.0638.43
Hex54962E2C04529623526
Octal12422656540105511426546
Binary101010010010110101110101100010001011010011100010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54962E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54962E; }

 p { color: rgb(84,150,46); }

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

<style>
 a { background-color: #54962E; }

 a { background-color: rgb(84,150,46); }

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

<style>
 span { border-color: #54962E; }

 span { border-color: rgb(84,150,46); }

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