#54952A

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

Shades of Limeade #54952A

Tints of Limeade #54952A

Color information

#54952A (or 0x54952A) is unknown color: approx Limeade. HEX triplet: 54, 95 and 2A. RGB value is (84,149,42). Sum of RGB (Red+Green+Blue) = 84+149+42=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #54952A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54952A is #AB6AD5. Grayscale: #757575. Windows color (decimal): -11234006 or 2790740. OLE color: 2790740.

HSL color Cylindrical-coordinate representation of color #54952A: hue angle of 96.45º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #54952A is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB8414942-
CMYK0.4400.720.42
HSL96.45º56.02%37.45%-
HSV(B)96.45º71.81%58.43%-
XYZ14.8223.555.95-
YUV117.3785.47104.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.55%
GREEN value IS 149 (58.59% from 255) = 54.18%
BLUE value IS 42 (16.80% from 255) = 15.27%
R=30.55%
G=54.18%
B=15.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84149420.4400.720.4296.4556.0237.45
Hex54952A2C0482A603825
Octal12422552540110521407045
Binary101010010010101101010101100010010001010101100000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54952A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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