Html Css Color HEX #498D00 Limeade

📋 copy color: '#498D00'

red 73 ◦ green 141 ◦ blue 0

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

Shades of Limeade #498D00

Tints of Limeade #498D00

RGB

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

 GREEN value IS 141 (55.47% from 255) = 65.89%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 34.11%
G = 65.89%
B = 0%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#498D00 (or 0x498D00) is known color: Limeade. HEX triplet: 49, 8D and 00. RGB value is (73,141,0). Sum of RGB (Red+Green+Blue) = 73+141+0=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 141 (55.47% from 255 or 65.89% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 141 - color contains mainly: green. Hex color #498D00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498D00 is #B672FF. Grayscale: #696969. Windows color (decimal): -11956992 or 36169. OLE color: 36169.

HSL color Cylindrical-coordinate representation of color #498D00: hue angle of 88.94º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #498D00 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 141 0 -
CMYK 0.48 0 1 0.45
HSL 88.94º 1% 0.28% -
HSV(B) 88.94º 1% 0.55% -
XYZ 12.27 20.47 3.3 -
YUV 104.59 68.97 105.46 -
System Red Green Blue C M Y K H S L
Decimal 73 141 0 0.48 0 1 0.45 88.94 1 0.28
Hex 49 8D 0 30 0 64 2D 59 64 1C
Octal 111 215 0 60 0 144 55 131 144 34
Binary 1001001 10001101 0 110000 0 1100100 101101 1011001 1100100 11100

Color Harmonies of #498D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498D00

Black with #498D00

Text Example


Text Example

White with #498D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498D00; }

 p { color: rgb(73,141,0); }

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

background-color css

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

 a { background-color: rgb(73,141,0); }

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

border-color css

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

 span { border-color: rgb(73,141,0); }

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