#54952D

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

Shades of Limeade #54952D

Tints of Limeade #54952D

Color information

#54952D (or 0x54952D) is unknown color: approx Limeade. HEX triplet: 54, 95 and 2D. RGB value is (84,149,45). Sum of RGB (Red+Green+Blue) = 84+149+45=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 149 (58.59% from 255 or 53.60% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 149 - color contains mainly: green. Hex color #54952D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54952D is #AB6AD2. Grayscale: #767676. Windows color (decimal): -11234003 or 2987348. OLE color: 2987348.

HSL color Cylindrical-coordinate representation of color #54952D: hue angle of 97.5º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #54952D is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB8414945-
CMYK0.4400.700.42
HSL97.5º53.61%38.04%-
HSV(B)97.5º69.8%58.43%-
XYZ14.8823.576.25-
YUV117.7186.97103.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.22%
GREEN value IS 149 (58.59% from 255) = 53.60%
BLUE value IS 45 (17.97% from 255) = 16.19%
R=30.22%
G=53.60%
B=16.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84149450.4400.700.4297.553.6138.04
Hex54952D2C0462A623626
Octal12422555540106521426646
Binary101010010010101101101101100010001101010101100010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54952D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54952D; }

 p { color: rgb(84,149,45); }

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

<style>
 a { background-color: #54952D; }

 a { background-color: rgb(84,149,45); }

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

<style>
 span { border-color: #54952D; }

 span { border-color: rgb(84,149,45); }

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