Html Css Color HEX #49960E Limeade

📋 copy color: '#49960E'

red 73 ◦ green 150 ◦ blue 14

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

Shades of Limeade #49960E

Tints of Limeade #49960E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 63.29%

 BLUE value IS 14 (5.86% from 255) = 5.91%

R = 30.8%
G = 63.29%
B = 5.91%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#49960E (or 0x49960E) is known color: Limeade. HEX triplet: 49, 96 and 0E. RGB value is (73,150,14). Sum of RGB (Red+Green+Blue) = 73+150+14=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 150 (58.98% from 255 or 63.29% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 150 - color contains mainly: green. Hex color #49960E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49960E is #B669F1. Grayscale: #6F6F6F. Windows color (decimal): -11954674 or 955977. OLE color: 955977.

HSL color Cylindrical-coordinate representation of color #49960E: hue angle of 93.97º 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 #49960E is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 150 14 -
CMYK 0.51 0 0.91 0.41
HSL 93.97º 0.83% 0.32% -
HSV(B) 93.97º 0.91% 0.59% -
XYZ 13.73 23.26 4.18 -
YUV 111.47 72.99 100.56 -
System Red Green Blue C M Y K H S L
Decimal 73 150 14 0.51 0 0.91 0.41 93.97 0.83 0.32
Hex 49 96 E 33 0 5B 29 5E 53 20
Octal 111 226 16 63 0 133 51 136 123 40
Binary 1001001 10010110 1110 110011 0 1011011 101001 1011110 1010011 100000

Color Harmonies of #49960E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49960E

Black with #49960E

Text Example


Text Example

White with #49960E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49960E;
 }
 .AnyTagClassName
 {
   color: #49960E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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