#4C9500

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

Shades of Limeade #4C9500

Tints of Limeade #4C9500

Color information

#4C9500 (or 0x4C9500) is unknown color: approx Limeade. HEX triplet: 4C, 95 and 00. RGB value is (76,149,0). Sum of RGB (Red+Green+Blue) = 76+149+0=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 149 (58.59% from 255 or 66.22% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 149 - color contains mainly: green. Hex color #4C9500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C9500 is #B36AFF. Grayscale: #6E6E6E. Windows color (decimal): -11758336 or 38220. OLE color: 38220.

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

Color convert

RGB761490-
CMYK0.49010.42
HSL89.4º100%29.22%-
HSV(B)89.4º100%58.43%-
XYZ13.7323.033.72-
YUV110.1965.82103.62-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.78%
GREEN value IS 149 (58.59% from 255) = 66.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.78%
G=66.22%
B=0%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7614900.49010.4289.410029.22
Hex4C950310642A59641d
Octal11422506101445213114435
Binary1001100100101010110001011001001010101011001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,149,0); }

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

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

 a { background-color: rgb(76,149,0); }

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

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

 span { border-color: rgb(76,149,0); }

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