Html Css Color HEX #49940B Limeade

📋 copy color: '#49940B'

red 73 ◦ green 148 ◦ blue 11

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

Shades of Limeade #49940B

Tints of Limeade #49940B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 63.79%

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

R = 31.47%
G = 63.79%
B = 4.74%

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

#49940B (or 0x49940B) is known color: Limeade. HEX triplet: 49, 94 and 0B. RGB value is (73,148,11). Sum of RGB (Red+Green+Blue) = 73+148+11=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 148 (58.20% from 255 or 63.79% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 148 - color contains mainly: green. Hex color #49940B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49940B is #B66BF4. Grayscale: #6E6E6E. Windows color (decimal): -11955189 or 758857. OLE color: 758857.

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

Color convert

RGB 73 148 11 -
CMYK 0.51 0 0.93 0.42
HSL 92.85º 0.86% 0.31% -
HSV(B) 92.85º 0.93% 0.58% -
XYZ 13.4 22.62 3.98 -
YUV 109.96 72.15 101.64 -
System Red Green Blue C M Y K H S L
Decimal 73 148 11 0.51 0 0.93 0.42 92.85 0.86 0.31
Hex 49 94 B 33 0 5D 2A 5D 56 1F
Octal 111 224 13 63 0 135 52 135 126 37
Binary 1001001 10010100 1011 110011 0 1011101 101010 1011101 1010110 11111

Color Harmonies of #49940B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49940B

Black with #49940B

Text Example


Text Example

White with #49940B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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