Html Css Color HEX #499300 Limeade

📋 copy color: '#499300'

red 73 ◦ green 147 ◦ blue 0

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

Shades of Limeade #499300

Tints of Limeade #499300

RGB

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

 GREEN value IS 147 (57.81% from 255) = 66.82%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.18%
G = 66.82%
B = 0%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#499300 (or 0x499300) is known color: Limeade. HEX triplet: 49, 93 and 00. RGB value is (73,147,0). Sum of RGB (Red+Green+Blue) = 73+147+0=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 147 (57.81% from 255 or 66.82% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 147 - color contains mainly: green. Hex color #499300 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499300 is #B66CFF. Grayscale: #6C6C6C. Windows color (decimal): -11955456 or 37705. OLE color: 37705.

HSL color Cylindrical-coordinate representation of color #499300: hue angle of 90.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #499300 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 147 0 -
CMYK 0.50 0 1 0.42
HSL 90.2º 1% 0.29% -
HSV(B) 90.2º 1% 0.58% -
XYZ 13.18 22.28 3.61 -
YUV 108.12 66.98 102.95 -
System Red Green Blue C M Y K H S L
Decimal 73 147 0 0.50 0 1 0.42 90.2 1 0.29
Hex 49 93 0 32 0 64 2A 5A 64 1D
Octal 111 223 0 62 0 144 52 132 144 35
Binary 1001001 10010011 0 110010 0 1100100 101010 1011010 1100100 11101

Color Harmonies of #499300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499300

Black with #499300

Text Example


Text Example

White with #499300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499300; }

 p { color: rgb(73,147,0); }

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

background-color css

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

 a { background-color: rgb(73,147,0); }

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

border-color css

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

 span { border-color: rgb(73,147,0); }

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