Html Css Color HEX #499202 Limeade

📋 copy color: '#499202'

red 73 ◦ green 146 ◦ blue 2

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

Shades of Limeade #499202

Tints of Limeade #499202

RGB

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

 GREEN value IS 146 (57.42% from 255) = 66.06%

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

R = 33.03%
G = 66.06%
B = 0.9%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#499202 (or 0x499202) is known color: Limeade. HEX triplet: 49, 92 and 02. RGB value is (73,146,2). Sum of RGB (Red+Green+Blue) = 73+146+2=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 146 (57.42% from 255 or 66.06% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 146 - color contains mainly: green. Hex color #499202 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499202 is #B66DFD. Grayscale: #6C6C6C. Windows color (decimal): -11955710 or 168521. OLE color: 168521.

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

Color convert

RGB 73 146 2 -
CMYK 0.5 0 0.99 0.43
HSL 90.42º 0.97% 0.29% -
HSV(B) 90.42º 0.99% 0.57% -
XYZ 13.04 21.98 3.61 -
YUV 107.76 68.32 103.21 -
System Red Green Blue C M Y K H S L
Decimal 73 146 2 0.5 0 0.99 0.43 90.42 0.97 0.29
Hex 49 92 2 32 0 63 2B 5A 61 1D
Octal 111 222 2 62 0 143 53 132 141 35
Binary 1001001 10010010 10 110010 0 1100011 101011 1011010 1100001 11101

Color Harmonies of #499202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499202

Black with #499202

Text Example


Text Example

White with #499202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499202; }

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

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

background-color css

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

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

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

border-color css

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

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

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