#4C9213

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

Shades of Limeade #4C9213

Tints of Limeade #4C9213

Color information

#4C9213 (or 0x4C9213) is unknown color: approx Limeade. HEX triplet: 4C, 92 and 13. RGB value is (76,146,19). Sum of RGB (Red+Green+Blue) = 76+146+19=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 146 (57.42% from 255 or 60.58% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 146 - color contains mainly: green. Hex color #4C9213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C9213 is #B36DEC. Grayscale: #6F6F6F. Windows color (decimal): -11759085 or 1282636. OLE color: 1282636.

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

Color convert

RGB7614619-
CMYK0.4800.870.43
HSL93.07º76.97%32.35%-
HSV(B)93.07º86.99%57.25%-
XYZ13.3822.144.18-
YUV110.5976.31103.33-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.54%
GREEN value IS 146 (57.42% from 255) = 60.58%
BLUE value IS 19 (7.81% from 255) = 7.88%
R=31.54%
G=60.58%
B=7.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal76146190.4800.870.4393.0776.9732.35
Hex4C9213300572B5d4d20
Octal114222236001275313511540
Binary100110010010010100111100000101011110101110111011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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