Html Css Color HEX #49980A Limeade

📋 copy color: '#49980A'

red 73 ◦ green 152 ◦ blue 10

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

Shades of Limeade #49980A

Tints of Limeade #49980A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 64.68%

 BLUE value IS 10 (4.3% from 255) = 4.26%

R = 31.06%
G = 64.68%
B = 4.26%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#49980A (or 0x49980A) is known color: Limeade. HEX triplet: 49, 98 and 0A. RGB value is (73,152,10). Sum of RGB (Red+Green+Blue) = 73+152+10=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 152 (59.77% from 255 or 64.68% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 152 - color contains mainly: green. Hex color #49980A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49980A is #B667F5. Grayscale: #707070. Windows color (decimal): -11954166 or 694345. OLE color: 694345.

HSL color Cylindrical-coordinate representation of color #49980A: hue angle of 93.38º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49980A is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 152 10 -
CMYK 0.52 0 0.93 0.40
HSL 93.38º 0.88% 0.32% -
HSV(B) 93.38º 0.93% 0.6% -
XYZ 14.03 23.89 4.16 -
YUV 112.19 70.33 100.05 -
System Red Green Blue C M Y K H S L
Decimal 73 152 10 0.52 0 0.93 0.40 93.38 0.88 0.32
Hex 49 98 A 34 0 5D 28 5D 58 20
Octal 111 230 12 64 0 135 50 135 130 40
Binary 1001001 10011000 1010 110100 0 1011101 101000 1011101 1011000 100000

Color Harmonies of #49980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49980A

Black with #49980A

Text Example


Text Example

White with #49980A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49980A; }

 p { color: rgb(73,152,10); }

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

background-color css

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

 a { background-color: rgb(73,152,10); }

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

border-color css

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

 span { border-color: rgb(73,152,10); }

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