Html Css Color HEX #499400 Limeade

📋 copy color: '#499400'

red 73 ◦ green 148 ◦ blue 0

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

Shades of Limeade #499400

Tints of Limeade #499400

RGB

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

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

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

R = 33.03%
G = 66.97%
B = 0%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#499400 (or 0x499400) is known color: Limeade. HEX triplet: 49, 94 and 00. RGB value is (73,148,0). Sum of RGB (Red+Green+Blue) = 73+148+0=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 148 (58.20% from 255 or 66.97% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 148 - color contains mainly: green. Hex color #499400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499400 is #B66BFF. Grayscale: #6D6D6D. Windows color (decimal): -11955200 or 37961. OLE color: 37961.

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

Color convert

RGB 73 148 0 -
CMYK 0.51 0 1 0.42
HSL 90.41º 1% 0.29% -
HSV(B) 90.41º 1% 0.58% -
XYZ 13.34 22.6 3.66 -
YUV 108.7 66.65 102.53 -
System Red Green Blue C M Y K H S L
Decimal 73 148 0 0.51 0 1 0.42 90.41 1 0.29
Hex 49 94 0 33 0 64 2A 5A 64 1D
Octal 111 224 0 63 0 144 52 132 144 35
Binary 1001001 10010100 0 110011 0 1100100 101010 1011010 1100100 11101

Color Harmonies of #499400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499400

Black with #499400

Text Example


Text Example

White with #499400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499400; }

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

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

background-color css

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

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

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

border-color css

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

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

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