#4B960E

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

Shades of Limeade #4B960E

Tints of Limeade #4B960E

Color information

#4B960E (or 0x4B960E) is unknown color: approx Limeade. HEX triplet: 4B, 96 and 0E. RGB value is (75,150,14). Sum of RGB (Red+Green+Blue) = 75+150+14=239 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.38% from 239); Green value is 150 (58.98% from 255 or 62.76% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 150 - color contains mainly: green. Hex color #4B960E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B960E is #B469F1. Grayscale: #707070. Windows color (decimal): -11823602 or 955979. OLE color: 955979.

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

Color convert

RGB7515014-
CMYK0.500.910.41
HSL93.09º82.93%32.16%-
HSV(B)93.09º90.67%58.82%-
XYZ13.8923.344.19-
YUV112.0772.65101.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.38%
GREEN value IS 150 (58.98% from 255) = 62.76%
BLUE value IS 14 (5.86% from 255) = 5.86%
R=31.38%
G=62.76%
B=5.86%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal75150140.500.910.4193.0982.9332.16
Hex4B96E3205B295d5320
Octal113226166201335113512340
Binary10010111001011011101100100101101110100110111011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B960E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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