Html Css Color HEX #49940A Limeade

📋 copy color: '#49940A'

red 73 ◦ green 148 ◦ blue 10

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

Shades of Limeade #49940A

Tints of Limeade #49940A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.33%

R = 31.6%
G = 64.07%
B = 4.33%

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

#49940A (or 0x49940A) is known color: Limeade. HEX triplet: 49, 94 and 0A. RGB value is (73,148,10). Sum of RGB (Red+Green+Blue) = 73+148+10=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 148 (58.20% from 255 or 64.07% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 148 - color contains mainly: green. Hex color #49940A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49940A is #B66BF5. Grayscale: #6E6E6E. Windows color (decimal): -11955190 or 693321. OLE color: 693321.

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

Color convert

RGB 73 148 10 -
CMYK 0.51 0 0.93 0.42
HSL 92.61º 0.87% 0.31% -
HSV(B) 92.61º 0.93% 0.58% -
XYZ 13.39 22.62 3.95 -
YUV 109.84 71.65 101.72 -
System Red Green Blue C M Y K H S L
Decimal 73 148 10 0.51 0 0.93 0.42 92.61 0.87 0.31
Hex 49 94 A 33 0 5D 2A 5D 57 1F
Octal 111 224 12 63 0 135 52 135 127 37
Binary 1001001 10010100 1010 110011 0 1011101 101010 1011101 1010111 11111

Color Harmonies of #49940A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49940A

Black with #49940A

Text Example


Text Example

White with #49940A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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