#4C9517

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

Shades of Limeade #4C9517

Tints of Limeade #4C9517

Color information

#4C9517 (or 0x4C9517) is unknown color: approx Limeade. HEX triplet: 4C, 95 and 17. RGB value is (76,149,23). Sum of RGB (Red+Green+Blue) = 76+149+23=248 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.65% from 248); Green value is 149 (58.59% from 255 or 60.08% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 149 - color contains mainly: green. Hex color #4C9517 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C9517 is #B36AE8. Grayscale: #717171. Windows color (decimal): -11758313 or 1545548. OLE color: 1545548.

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

Color convert

RGB7614923-
CMYK0.4900.850.42
HSL94.76º73.26%33.73%-
HSV(B)94.76º84.56%58.43%-
XYZ13.8823.094.54-
YUV112.8177.32101.75-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.65%
GREEN value IS 149 (58.59% from 255) = 60.08%
BLUE value IS 23 (9.38% from 255) = 9.27%
R=30.65%
G=60.08%
B=9.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal76149230.4900.850.4294.7673.2633.73
Hex4C9517310552A5f4922
Octal114225276101255213711142
Binary100110010010101101111100010101010110101010111111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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