Html Css Color HEX #499301 Limeade

📋 copy color: '#499301'

red 73 ◦ green 147 ◦ blue 1

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

Shades of Limeade #499301

Tints of Limeade #499301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 33.03%
G = 66.52%
B = 0.45%

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

#499301 (or 0x499301) is known color: Limeade. HEX triplet: 49, 93 and 01. RGB value is (73,147,1). Sum of RGB (Red+Green+Blue) = 73+147+1=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 147 (57.81% from 255 or 66.52% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 147 - color contains mainly: green. Hex color #499301 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499301 is #B66CFE. Grayscale: #6C6C6C. Windows color (decimal): -11955455 or 103241. OLE color: 103241.

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

Color convert

RGB 73 147 1 -
CMYK 0.50 0 0.99 0.42
HSL 90.41º 0.99% 0.29% -
HSV(B) 90.41º 0.99% 0.58% -
XYZ 13.19 22.29 3.64 -
YUV 108.23 67.48 102.87 -
System Red Green Blue C M Y K H S L
Decimal 73 147 1 0.50 0 0.99 0.42 90.41 0.99 0.29
Hex 49 93 1 32 0 63 2A 5A 63 1D
Octal 111 223 1 62 0 143 52 132 143 35
Binary 1001001 10010011 1 110010 0 1100011 101010 1011010 1100011 11101

Color Harmonies of #499301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499301

Black with #499301

Text Example


Text Example

White with #499301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499301; }

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

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

background-color css

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

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

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

border-color css

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

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

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