Html Css Color HEX #49980B Limeade

📋 copy color: '#49980B'

red 73 ◦ green 152 ◦ blue 11

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

Shades of Limeade #49980B

Tints of Limeade #49980B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 64.41%

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

R = 30.93%
G = 64.41%
B = 4.66%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#49980B (or 0x49980B) is known color: Limeade. HEX triplet: 49, 98 and 0B. RGB value is (73,152,11). Sum of RGB (Red+Green+Blue) = 73+152+11=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 152 (59.77% from 255 or 64.41% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 152 - color contains mainly: green. Hex color #49980B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49980B is #B667F4. Grayscale: #707070. Windows color (decimal): -11954165 or 759881. OLE color: 759881.

HSL color Cylindrical-coordinate representation of color #49980B: hue angle of 93.62º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49980B is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 152 11 -
CMYK 0.52 0 0.93 0.40
HSL 93.62º 0.87% 0.32% -
HSV(B) 93.62º 0.93% 0.6% -
XYZ 14.04 23.9 4.19 -
YUV 112.31 70.83 99.96 -
System Red Green Blue C M Y K H S L
Decimal 73 152 11 0.52 0 0.93 0.40 93.62 0.87 0.32
Hex 49 98 B 34 0 5D 28 5E 57 20
Octal 111 230 13 64 0 135 50 136 127 40
Binary 1001001 10011000 1011 110100 0 1011101 101000 1011110 1010111 100000

Color Harmonies of #49980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49980B

Black with #49980B

Text Example


Text Example

White with #49980B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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