#54951D

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

Shades of Limeade #54951D

Tints of Limeade #54951D

Color information

#54951D (or 0x54951D) is unknown color: approx Limeade. HEX triplet: 54, 95 and 1D. RGB value is (84,149,29). Sum of RGB (Red+Green+Blue) = 84+149+29=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 149 (58.59% from 255 or 56.87% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 149 - color contains mainly: green. Hex color #54951D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54951D is #AB6AE2. Grayscale: #747474. Windows color (decimal): -11234019 or 1938772. OLE color: 1938772.

HSL color Cylindrical-coordinate representation of color #54951D: hue angle of 92.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #54951D is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB8414929-
CMYK0.4400.810.42
HSL92.5º67.42%34.9%-
HSV(B)92.5º80.54%58.43%-
XYZ14.6323.474.92-
YUV115.8878.97105.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.06%
GREEN value IS 149 (58.59% from 255) = 56.87%
BLUE value IS 29 (11.72% from 255) = 11.07%
R=32.06%
G=56.87%
B=11.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84149290.4400.810.4292.567.4234.9
Hex54951D2C0512A5c4323
Octal124225355401215213410343
Binary101010010010101111011011000101000110101010111001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54951D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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