#4C9306

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

Shades of Limeade #4C9306

Tints of Limeade #4C9306

Color information

#4C9306 (or 0x4C9306) is unknown color: approx Limeade. HEX triplet: 4C, 93 and 06. RGB value is (76,147,6). Sum of RGB (Red+Green+Blue) = 76+147+6=229 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.19% from 229); Green value is 147 (57.81% from 255 or 64.19% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 147 - color contains mainly: green. Hex color #4C9306 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C9306 is #B36CF9. Grayscale: #6E6E6E. Windows color (decimal): -11758842 or 430924. OLE color: 430924.

HSL color Cylindrical-coordinate representation of color #4C9306: hue angle of 90.21º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C9306 is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB761476-
CMYK0.4800.960.42
HSL90.21º92.16%30%-
HSV(B)90.21º95.92%57.65%-
XYZ13.4522.423.79-
YUV109.769.48103.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.19%
GREEN value IS 147 (57.81% from 255) = 64.19%
BLUE value IS 6 (2.73% from 255) = 2.62%
R=33.19%
G=64.19%
B=2.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7614760.4800.960.4290.2192.1630
Hex4C936300602A5a5c1e
Octal11422366001405213213436
Binary100110010010011110110000011000001010101011010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,147,6); }

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

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

 a { background-color: rgb(76,147,6); }

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

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

 span { border-color: rgb(76,147,6); }

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