#54981D

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

Shades of Limeade #54981D

Tints of Limeade #54981D

Color information

#54981D (or 0x54981D) is unknown color: approx Limeade. HEX triplet: 54, 98 and 1D. RGB value is (84,152,29). Sum of RGB (Red+Green+Blue) = 84+152+29=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 152 (59.77% from 255 or 57.36% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 152 - color contains mainly: green. Hex color #54981D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54981D is #AB67E2. Grayscale: #767676. Windows color (decimal): -11233251 or 1939540. OLE color: 1939540.

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

Color convert

RGB8415229-
CMYK0.4500.810.40
HSL93.17º67.96%35.49%-
HSV(B)93.17º80.92%59.61%-
XYZ15.1124.435.08-
YUV117.6577.97104-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.70%
GREEN value IS 152 (59.77% from 255) = 57.36%
BLUE value IS 29 (11.72% from 255) = 10.94%
R=31.70%
G=57.36%
B=10.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal84152290.4500.810.4093.1767.9635.49
Hex54981D2D051285d4423
Octal124230355501215013510443
Binary101010010011000111011011010101000110100010111011000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54981D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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