Html Css Color HEX #499002 Limeade

📋 copy color: '#499002'

red 73 ◦ green 144 ◦ blue 2

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

Shades of Limeade #499002

Tints of Limeade #499002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 65.75%

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

R = 33.33%
G = 65.75%
B = 0.91%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#499002 (or 0x499002) is known color: Limeade. HEX triplet: 49, 90 and 02. RGB value is (73,144,2). Sum of RGB (Red+Green+Blue) = 73+144+2=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 144 (56.64% from 255 or 65.75% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 144 - color contains mainly: green. Hex color #499002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499002 is #B66FFD. Grayscale: #6B6B6B. Windows color (decimal): -11956222 or 168009. OLE color: 168009.

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

Color convert

RGB 73 144 2 -
CMYK 0.49 0 0.99 0.44
HSL 90º 0.97% 0.29% -
HSV(B) 90º 0.99% 0.56% -
XYZ 12.73 21.37 3.51 -
YUV 106.58 68.98 104.05 -
System Red Green Blue C M Y K H S L
Decimal 73 144 2 0.49 0 0.99 0.44 90 0.97 0.29
Hex 49 90 2 31 0 63 2C 5A 61 1D
Octal 111 220 2 61 0 143 54 132 141 35
Binary 1001001 10010000 10 110001 0 1100011 101100 1011010 1100001 11101

Color Harmonies of #499002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499002

Black with #499002

Text Example


Text Example

White with #499002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499002; }

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

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

background-color css

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

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

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

border-color css

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

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

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