#49930A

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

Shades of Limeade #49930A

Tints of Limeade #49930A

Color information

#49930A (or 0x49930A) is unknown color: approx Limeade. HEX triplet: 49, 93 and 0A. RGB value is (73,147,10). Sum of RGB (Red+Green+Blue) = 73+147+10=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 147 (57.81% from 255 or 63.91% from 230); Blue value is 10 (4.30% from 255 or 4.35% from 230); Max value from RGB is 147 - color contains mainly: green. Hex color #49930A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49930A is #B66CF5. Grayscale: #6D6D6D. Windows color (decimal): -11955446 or 693065. OLE color: 693065.

HSL color Cylindrical-coordinate representation of color #49930A: hue angle of 92.41º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49930A is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB7314710-
CMYK0.5000.930.42
HSL92.41º87.26%30.78%-
HSV(B)92.41º93.2%57.65%-
XYZ13.2422.313.89-
YUV109.2671.98102.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.74%
GREEN value IS 147 (57.81% from 255) = 63.91%
BLUE value IS 10 (4.30% from 255) = 4.35%
R=31.74%
G=63.91%
B=4.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73147100.5000.930.4292.4187.2630.78
Hex4993A3205D2A5c571f
Octal111223126201355213412737
Binary1001001100100111010110010010111011010101011100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49930A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49930A; }

 p { color: rgb(73,147,10); }

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

<style>
 a { background-color: #49930A; }

 a { background-color: rgb(73,147,10); }

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

<style>
 span { border-color: #49930A; }

 span { border-color: rgb(73,147,10); }

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