Html Css Color HEX #499702 Limeade

📋 copy color: '#499702'

red 73 ◦ green 151 ◦ blue 2

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

Shades of Limeade #499702

Tints of Limeade #499702

RGB

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

 GREEN value IS 151 (59.38% from 255) = 66.81%

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

R = 32.3%
G = 66.81%
B = 0.88%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#499702 (or 0x499702) is known color: Limeade. HEX triplet: 49, 97 and 02. RGB value is (73,151,2). Sum of RGB (Red+Green+Blue) = 73+151+2=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 151 (59.38% from 255 or 66.81% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 151 - color contains mainly: green. Hex color #499702 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499702 is #B668FD. Grayscale: #6F6F6F. Windows color (decimal): -11954430 or 169801. OLE color: 169801.

HSL color Cylindrical-coordinate representation of color #499702: hue angle of 91.41º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #499702 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 151 2 -
CMYK 0.52 0 0.99 0.41
HSL 91.41º 0.97% 0.3% -
HSV(B) 91.41º 0.99% 0.59% -
XYZ 13.83 23.55 3.88 -
YUV 110.69 66.66 101.12 -
System Red Green Blue C M Y K H S L
Decimal 73 151 2 0.52 0 0.99 0.41 91.41 0.97 0.3
Hex 49 97 2 34 0 63 29 5B 61 1E
Octal 111 227 2 64 0 143 51 133 141 36
Binary 1001001 10010111 10 110100 0 1100011 101001 1011011 1100001 11110

Color Harmonies of #499702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499702

Black with #499702

Text Example


Text Example

White with #499702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499702; }

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

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

background-color css

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

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

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

border-color css

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

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

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