#49930B

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

Shades of Limeade #49930B

Tints of Limeade #49930B

Color information

#49930B (or 0x49930B) is unknown color: approx Limeade. HEX triplet: 49, 93 and 0B. RGB value is (73,147,11). Sum of RGB (Red+Green+Blue) = 73+147+11=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 147 (57.81% from 255 or 63.64% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 147 - color contains mainly: green. Hex color #49930B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49930B is #B66CF4. Grayscale: #6D6D6D. Windows color (decimal): -11955445 or 758601. OLE color: 758601.

HSL color Cylindrical-coordinate representation of color #49930B: hue angle of 92.65º degrees, saturation: 0.86, 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 #49930B is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB7314711-
CMYK0.5000.930.42
HSL92.65º86.08%30.98%-
HSV(B)92.65º92.52%57.65%-
XYZ13.2422.313.92-
YUV109.3772.48102.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.60%
GREEN value IS 147 (57.81% from 255) = 63.64%
BLUE value IS 11 (4.69% from 255) = 4.76%
R=31.60%
G=63.64%
B=4.76%

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
Decimal73147110.5000.930.4292.6586.0830.98
Hex4993B3205D2A5d561f
Octal111223136201355213512637
Binary1001001100100111011110010010111011010101011101101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49930B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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