#4C9214

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

Shades of Limeade #4C9214

Tints of Limeade #4C9214

Color information

#4C9214 (or 0x4C9214) is unknown color: approx Limeade. HEX triplet: 4C, 92 and 14. RGB value is (76,146,20). Sum of RGB (Red+Green+Blue) = 76+146+20=242 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.40% from 242); Green value is 146 (57.42% from 255 or 60.33% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 146 - color contains mainly: green. Hex color #4C9214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C9214 is #B36DEB. Grayscale: #6F6F6F. Windows color (decimal): -11759084 or 1348172. OLE color: 1348172.

HSL color Cylindrical-coordinate representation of color #4C9214: hue angle of 93.33º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C9214 is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB7614620-
CMYK0.4800.860.43
HSL93.33º75.9%32.55%-
HSV(B)93.33º86.3%57.25%-
XYZ13.3922.144.23-
YUV110.7176.81103.25-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.40%
GREEN value IS 146 (57.42% from 255) = 60.33%
BLUE value IS 20 (8.20% from 255) = 8.26%
R=31.40%
G=60.33%
B=8.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal76146200.4800.860.4393.3375.932.55
Hex4C9214300562B5d4c21
Octal114222246001265313511441
Binary100110010010010101001100000101011010101110111011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,146,20); }

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

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

 a { background-color: rgb(76,146,20); }

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

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

 span { border-color: rgb(76,146,20); }

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