Html Css Color HEX #49970E Limeade

📋 copy color: '#49970E'

red 73 ◦ green 151 ◦ blue 14

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

Shades of Limeade #49970E

Tints of Limeade #49970E

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 value IS 0.52

 M value IS 0

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#49970E (or 0x49970E) is known color: 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

RGB 73 151 14 -
CMYK 0.52 0 0.91 0.41
HSL 94.16º 0.83% 0.32% -
HSV(B) 94.16º 0.91% 0.59% -
XYZ 13.89 23.58 4.23 -
YUV 112.06 72.66 100.14 -
System Red Green Blue C M Y K H S L
Decimal 73 151 14 0.52 0 0.91 0.41 94.16 0.83 0.32
Hex 49 97 E 34 0 5B 29 5E 53 20
Octal 111 227 16 64 0 133 51 136 123 40
Binary 1001001 10010111 1110 110100 0 1011011 101001 1011110 1010011 100000

Color Harmonies of #49970E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49970E

Black with #49970E

Text Example


Text Example

White with #49970E

Text Example


Text Example

HTML Codes & Css Web 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>