Html Css Color HEX #499402 Limeade

📋 copy color: '#499402'

red 73 ◦ green 148 ◦ blue 2

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

Shades of Limeade #499402

Tints of Limeade #499402

RGB

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

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

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

R = 32.74%
G = 66.37%
B = 0.9%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#499402 (or 0x499402) is known color: Limeade. HEX triplet: 49, 94 and 02. RGB value is (73,148,2). Sum of RGB (Red+Green+Blue) = 73+148+2=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 148 (58.20% from 255 or 66.37% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 148 - color contains mainly: green. Hex color #499402 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499402 is #B66BFD. Grayscale: #6D6D6D. Windows color (decimal): -11955198 or 169033. OLE color: 169033.

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

Color convert

RGB 73 148 2 -
CMYK 0.51 0 0.99 0.42
HSL 90.82º 0.97% 0.29% -
HSV(B) 90.82º 0.99% 0.58% -
XYZ 13.35 22.6 3.72 -
YUV 108.93 67.65 102.37 -
System Red Green Blue C M Y K H S L
Decimal 73 148 2 0.51 0 0.99 0.42 90.82 0.97 0.29
Hex 49 94 2 33 0 63 2A 5B 61 1D
Octal 111 224 2 63 0 143 52 133 141 35
Binary 1001001 10010100 10 110011 0 1100011 101010 1011011 1100001 11101

Color Harmonies of #499402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499402

Black with #499402

Text Example


Text Example

White with #499402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499402; }

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

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

background-color css

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

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

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

border-color css

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

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

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