#54981C

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

Shades of Limeade #54981C

Tints of Limeade #54981C

Color information

#54981C (or 0x54981C) is unknown color: approx Limeade. HEX triplet: 54, 98 and 1C. RGB value is (84,152,28). Sum of RGB (Red+Green+Blue) = 84+152+28=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 152 (59.77% from 255 or 57.58% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 152 - color contains mainly: green. Hex color #54981C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54981C is #AB67E3. Grayscale: #757575. Windows color (decimal): -11233252 or 1874004. OLE color: 1874004.

HSL color Cylindrical-coordinate representation of color #54981C: hue angle of 92.9º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #54981C is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB8415228-
CMYK0.4500.820.40
HSL92.9º68.89%35.29%-
HSV(B)92.9º81.58%59.61%-
XYZ15.0924.435.02-
YUV117.5377.47104.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.82%
GREEN value IS 152 (59.77% from 255) = 57.58%
BLUE value IS 28 (11.33% from 255) = 10.61%
R=31.82%
G=57.58%
B=10.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal84152280.4500.820.4092.968.8935.29
Hex54981C2D052285d4523
Octal124230345501225013510543
Binary101010010011000111001011010101001010100010111011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54981C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54981C; }

 p { color: rgb(84,152,28); }

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

<style>
 a { background-color: #54981C; }

 a { background-color: rgb(84,152,28); }

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

<style>
 span { border-color: #54981C; }

 span { border-color: rgb(84,152,28); }

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