#549C25

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

Shades of Limeade #549C25

Tints of Limeade #549C25

Color information

#549C25 (or 0x549C25) is unknown color: approx Limeade. HEX triplet: 54, 9C and 25. RGB value is (84,156,37). Sum of RGB (Red+Green+Blue) = 84+156+37=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 156 (61.33% from 255 or 56.32% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 156 - color contains mainly: green. Hex color #549C25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549C25 is #AB63DA. Grayscale: #797979. Windows color (decimal): -11232219 or 2464852. OLE color: 2464852.

HSL color Cylindrical-coordinate representation of color #549C25: hue angle of 96.3º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #549C25 is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB8415637-
CMYK0.4600.760.39
HSL96.3º61.66%37.84%-
HSV(B)96.3º76.28%61.18%-
XYZ15.8825.85.89-
YUV120.9180.65101.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.32%
GREEN value IS 156 (61.33% from 255) = 56.32%
BLUE value IS 37 (14.84% from 255) = 13.36%
R=30.32%
G=56.32%
B=13.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal84156370.4600.760.3996.361.6637.84
Hex549C252E04C27603e26
Octal12423445560114471407646
Binary101010010011100100101101110010011001001111100000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549C25; }

 p { color: rgb(84,156,37); }

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

<style>
 a { background-color: #549C25; }

 a { background-color: rgb(84,156,37); }

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

<style>
 span { border-color: #549C25; }

 span { border-color: rgb(84,156,37); }

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