#4B960F

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

Shades of Limeade #4B960F

Tints of Limeade #4B960F

Color information

#4B960F (or 0x4B960F) is unknown color: approx Limeade. HEX triplet: 4B, 96 and 0F. RGB value is (75,150,15). Sum of RGB (Red+Green+Blue) = 75+150+15=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 150 (58.98% from 255 or 62.5% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 150 - color contains mainly: green. Hex color #4B960F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B960F is #B469F0. Grayscale: #707070. Windows color (decimal): -11823601 or 1021515. OLE color: 1021515.

HSL color Cylindrical-coordinate representation of color #4B960F: hue angle of 93.33º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B960F is Cyan = 0.5, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB7515015-
CMYK0.500.90.41
HSL93.33º81.82%32.35%-
HSV(B)93.33º90%58.82%-
XYZ13.8923.344.23-
YUV112.1873.15101.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.25%
GREEN value IS 150 (58.98% from 255) = 62.5%
BLUE value IS 15 (6.25% from 255) = 6.25%
R=31.25%
G=62.5%
B=6.25%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal75150150.500.90.4193.3381.8232.35
Hex4B96F3205A295d5220
Octal113226176201325113512240
Binary10010111001011011111100100101101010100110111011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B960F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,150,15); }

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

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

 a { background-color: rgb(75,150,15); }

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

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

 span { border-color: rgb(75,150,15); }

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