Html Css Color HEX #499203 Limeade

📋 copy color: '#499203'

red 73 ◦ green 146 ◦ blue 3

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

Shades of Limeade #499203

Tints of Limeade #499203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.35%

R = 32.88%
G = 65.77%
B = 1.35%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.98

 K value IS 0.43

RGB Variations

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

Color information

#499203 (or 0x499203) is known color: Limeade. HEX triplet: 49, 92 and 03. RGB value is (73,146,3). Sum of RGB (Red+Green+Blue) = 73+146+3=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 146 (57.42% from 255 or 65.77% from 222); Blue value is 3 (1.56% from 255 or 1.35% from 222); Max value from RGB is 146 - color contains mainly: green. Hex color #499203 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499203 is #B66DFC. Grayscale: #6C6C6C. Windows color (decimal): -11955709 or 234057. OLE color: 234057.

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

Color convert

RGB 73 146 3 -
CMYK 0.5 0 0.98 0.43
HSL 90.63º 0.96% 0.29% -
HSV(B) 90.63º 0.98% 0.57% -
XYZ 13.04 21.98 3.64 -
YUV 107.87 68.82 103.13 -
System Red Green Blue C M Y K H S L
Decimal 73 146 3 0.5 0 0.98 0.43 90.63 0.96 0.29
Hex 49 92 3 32 0 62 2B 5B 60 1D
Octal 111 222 3 62 0 142 53 133 140 35
Binary 1001001 10010010 11 110010 0 1100010 101011 1011011 1100000 11101

Color Harmonies of #499203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499203

Black with #499203

Text Example


Text Example

White with #499203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499203; }

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

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

background-color css

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

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

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

border-color css

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

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

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