#54952F

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

Shades of Limeade #54952F

Tints of Limeade #54952F

Color information

#54952F (or 0x54952F) is unknown color: approx Limeade. HEX triplet: 54, 95 and 2F. RGB value is (84,149,47). Sum of RGB (Red+Green+Blue) = 84+149+47=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 149 (58.59% from 255 or 53.21% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 149 - color contains mainly: green. Hex color #54952F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54952F is #AB6AD0. Grayscale: #767676. Windows color (decimal): -11234001 or 3118420. OLE color: 3118420.

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

Color convert

RGB8414947-
CMYK0.4400.680.42
HSL98.24º52.04%38.43%-
HSV(B)98.24º68.46%58.43%-
XYZ14.9223.586.46-
YUV117.9487.97103.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30%
GREEN value IS 149 (58.59% from 255) = 53.21%
BLUE value IS 47 (18.75% from 255) = 16.79%
R=30%
G=53.21%
B=16.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84149470.4400.680.4298.2452.0438.43
Hex54952F2C0442A623426
Octal12422557540104521426446
Binary101010010010101101111101100010001001010101100010110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54952F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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