#4C9301

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

Shades of Limeade #4C9301

Tints of Limeade #4C9301

Color information

#4C9301 (or 0x4C9301) is unknown color: approx Limeade. HEX triplet: 4C, 93 and 01. RGB value is (76,147,1). Sum of RGB (Red+Green+Blue) = 76+147+1=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 147 (57.81% from 255 or 65.62% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 147 - color contains mainly: green. Hex color #4C9301 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C9301 is #B36CFE. Grayscale: #6D6D6D. Windows color (decimal): -11758847 or 103244. OLE color: 103244.

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

Color convert

RGB761471-
CMYK0.4800.990.42
HSL89.18º98.65%29.02%-
HSV(B)89.18º99.32%57.65%-
XYZ13.4222.413.65-
YUV109.1366.98104.37-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.93%
GREEN value IS 147 (57.81% from 255) = 65.62%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=33.93%
G=65.62%
B=0.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7614710.4800.990.4289.1898.6529.02
Hex4C931300632A59631d
Octal11422316001435213114335
Binary1001100100100111110000011000111010101011001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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