Html Css Color HEX #499102 Limeade

📋 copy color: '#499102'

red 73 ◦ green 145 ◦ blue 2

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

Shades of Limeade #499102

Tints of Limeade #499102

RGB

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

 GREEN value IS 145 (57.03% from 255) = 65.91%

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

R = 33.18%
G = 65.91%
B = 0.91%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#499102 (or 0x499102) is known color: Limeade. HEX triplet: 49, 91 and 02. RGB value is (73,145,2). Sum of RGB (Red+Green+Blue) = 73+145+2=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 145 (57.03% from 255 or 65.91% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 145 - color contains mainly: green. Hex color #499102 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499102 is #B66EFD. Grayscale: #6B6B6B. Windows color (decimal): -11955966 or 168265. OLE color: 168265.

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

Color convert

RGB 73 145 2 -
CMYK 0.50 0 0.99 0.43
HSL 90.21º 0.97% 0.29% -
HSV(B) 90.21º 0.99% 0.57% -
XYZ 12.88 21.67 3.56 -
YUV 107.17 68.65 103.63 -
System Red Green Blue C M Y K H S L
Decimal 73 145 2 0.50 0 0.99 0.43 90.21 0.97 0.29
Hex 49 91 2 32 0 63 2B 5A 61 1D
Octal 111 221 2 62 0 143 53 132 141 35
Binary 1001001 10010001 10 110010 0 1100011 101011 1011010 1100001 11101

Color Harmonies of #499102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499102

Black with #499102

Text Example


Text Example

White with #499102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499102; }

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

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

background-color css

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

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

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

border-color css

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

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

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