#4A980B

Color #4A980B Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #4A980B

Tints of Limeade #4A980B

Color information

#4A980B (or 0x4A980B) is unknown color: approx Limeade. HEX triplet: 4A, 98 and 0B. RGB value is (74,152,11). Sum of RGB (Red+Green+Blue) = 74+152+11=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 152 (59.77% from 255 or 64.14% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 152 - color contains mainly: green. Hex color #4A980B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A980B is #B567F4. Grayscale: #717171. Windows color (decimal): -11888629 or 759882. OLE color: 759882.

HSL color Cylindrical-coordinate representation of color #4A980B: hue angle of 93.19º degrees, saturation: 0.87, 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 #4A980B is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB7415211-
CMYK0.5100.930.40
HSL93.19º86.5%31.96%-
HSV(B)93.19º92.76%59.61%-
XYZ14.1123.944.19-
YUV112.670.66100.46-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.22%
GREEN value IS 152 (59.77% from 255) = 64.14%
BLUE value IS 11 (4.69% from 255) = 4.64%
R=31.22%
G=64.14%
B=4.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal74152110.5100.930.4093.1986.531.96
Hex4A98B3305D285d5720
Octal112230136301355013512740
Binary10010101001100010111100110101110110100010111011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A980B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A980B; }

 p { color: rgb(74,152,11); }

 H1.HeaderClassName
 {
   color: #4A980B;
 }
 .AnyTagClassName
 {
   color: #4A980B;
 }
</style>
background-color css

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

 a { background-color: rgb(74,152,11); }

 div.DivClassName
 {
   background-color: #4A980B;
 }
 .BgClassName
 {
   background-color: #4A980B;
 }
</style>
border-color css

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

 span { border-color: rgb(74,152,11); }

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