#49970E

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

Shades of Limeade #49970E

Tints of Limeade #49970E

Color information

#49970E (or 0x49970E) is unknown color: approx Limeade. HEX triplet: 49, 97 and 0E. RGB value is (73,151,14). Sum of RGB (Red+Green+Blue) = 73+151+14=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 151 (59.38% from 255 or 63.45% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 151 - color contains mainly: green. Hex color #49970E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49970E is #B668F1. Grayscale: #707070. Windows color (decimal): -11954418 or 956233. OLE color: 956233.

HSL color Cylindrical-coordinate representation of color #49970E: hue angle of 94.16º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49970E is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB7315114-
CMYK0.5200.910.41
HSL94.16º83.03%32.35%-
HSV(B)94.16º90.73%59.22%-
XYZ13.8923.584.23-
YUV112.0672.66100.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.67%
GREEN value IS 151 (59.38% from 255) = 63.45%
BLUE value IS 14 (5.86% from 255) = 5.88%
R=30.67%
G=63.45%
B=5.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73151140.5200.910.4194.1683.0332.35
Hex4997E3405B295e5320
Octal111227166401335113612340
Binary10010011001011111101101000101101110100110111101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49970E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49970E; }

 p { color: rgb(73,151,14); }

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

<style>
 a { background-color: #49970E; }

 a { background-color: rgb(73,151,14); }

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

<style>
 span { border-color: #49970E; }

 span { border-color: rgb(73,151,14); }

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