Html Css Color HEX #49950B Limeade

📋 copy color: '#49950B'

red 73 ◦ green 149 ◦ blue 11

#49950B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #49950B

Tints of Limeade #49950B

RGB

 RED value IS 73 (28.91% from 255) = 31.33%

 GREEN value IS 149 (58.59% from 255) = 63.95%

 BLUE value IS 11 (4.69% from 255) = 4.72%

R = 31.33%
G = 63.95%
B = 4.72%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#49950B (or 0x49950B) is known color: Limeade. HEX triplet: 49, 95 and 0B. RGB value is (73,149,11). Sum of RGB (Red+Green+Blue) = 73+149+11=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 149 (58.59% from 255 or 63.95% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 149 - color contains mainly: green. Hex color #49950B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49950B is #B66AF4. Grayscale: #6F6F6F. Windows color (decimal): -11954933 or 759113. OLE color: 759113.

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

Color convert

RGB 73 149 11 -
CMYK 0.51 0 0.93 0.42
HSL 93.04º 0.86% 0.31% -
HSV(B) 93.04º 0.93% 0.58% -
XYZ 13.56 22.94 4.03 -
YUV 110.54 71.82 101.22 -
System Red Green Blue C M Y K H S L
Decimal 73 149 11 0.51 0 0.93 0.42 93.04 0.86 0.31
Hex 49 95 B 33 0 5D 2A 5D 56 1F
Octal 111 225 13 63 0 135 52 135 126 37
Binary 1001001 10010101 1011 110011 0 1011101 101010 1011101 1010110 11111

Color Harmonies of #49950B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49950B

Black with #49950B

Text Example


Text Example

White with #49950B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49950B;
 }
 .AnyTagClassName
 {
   color: #49950B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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