Html Css Color HEX #499302 Limeade

📋 copy color: '#499302'

red 73 ◦ green 147 ◦ blue 2

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

Shades of Limeade #499302

Tints of Limeade #499302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.9%

R = 32.88%
G = 66.22%
B = 0.9%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#499302 (or 0x499302) is known color: Limeade. HEX triplet: 49, 93 and 02. RGB value is (73,147,2). Sum of RGB (Red+Green+Blue) = 73+147+2=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 147 (57.81% from 255 or 66.22% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 147 - color contains mainly: green. Hex color #499302 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499302 is #B66CFD. Grayscale: #6C6C6C. Windows color (decimal): -11955454 or 168777. OLE color: 168777.

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

Color convert

RGB 73 147 2 -
CMYK 0.50 0 0.99 0.42
HSL 90.62º 0.97% 0.29% -
HSV(B) 90.62º 0.99% 0.58% -
XYZ 13.19 22.29 3.66 -
YUV 108.34 67.98 102.79 -
System Red Green Blue C M Y K H S L
Decimal 73 147 2 0.50 0 0.99 0.42 90.62 0.97 0.29
Hex 49 93 2 32 0 63 2A 5B 61 1D
Octal 111 223 2 62 0 143 52 133 141 35
Binary 1001001 10010011 10 110010 0 1100011 101010 1011011 1100001 11101

Color Harmonies of #499302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499302

Black with #499302

Text Example


Text Example

White with #499302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499302; }

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

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

background-color css

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

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

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

border-color css

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

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

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