#4C9B0E

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

Shades of Limeade #4C9B0E

Tints of Limeade #4C9B0E

Color information

#4C9B0E (or 0x4C9B0E) is unknown color: approx Limeade. HEX triplet: 4C, 9B and 0E. RGB value is (76,155,14). Sum of RGB (Red+Green+Blue) = 76+155+14=245 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.02% from 245); Green value is 155 (60.94% from 255 or 63.27% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 155 - color contains mainly: green. Hex color #4C9B0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C9B0E is #B364F1. Grayscale: #737373. Windows color (decimal): -11756786 or 957260. OLE color: 957260.

HSL color Cylindrical-coordinate representation of color #4C9B0E: hue angle of 93.62º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C9B0E is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB7615514-
CMYK0.5100.910.39
HSL93.62º83.43%33.14%-
HSV(B)93.62º90.97%60.78%-
XYZ14.7825.014.46-
YUV115.370.8399.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.02%
GREEN value IS 155 (60.94% from 255) = 63.27%
BLUE value IS 14 (5.86% from 255) = 5.71%
R=31.02%
G=63.27%
B=5.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal76155140.5100.910.3993.6283.4333.14
Hex4C9BE3305B275e5321
Octal114233166301334713612341
Binary10011001001101111101100110101101110011110111101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,155,14); }

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

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

 a { background-color: rgb(76,155,14); }

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

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

 span { border-color: rgb(76,155,14); }

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