#4FA322

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

Shades of Limeade #4FA322

Tints of Limeade #4FA322

Color information

#4FA322 (or 0x4FA322) is unknown color: approx Limeade. HEX triplet: 4F, A3 and 22. RGB value is (79,163,34). Sum of RGB (Red+Green+Blue) = 79+163+34=276 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.62% from 276); Green value is 163 (64.06% from 255 or 59.06% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 163 - color contains mainly: green. Hex color #4FA322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA322 is #B05CDD. Grayscale: #7B7B7B. Windows color (decimal): -11558110 or 2270031. OLE color: 2270031.

HSL color Cylindrical-coordinate representation of color #4FA322: hue angle of 99.07º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4FA322 is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB7916334-
CMYK0.5200.790.36
HSL99.07º65.48%38.63%-
HSV(B)99.07º79.14%63.92%-
XYZ16.6127.976.04-
YUV123.1877.6796.49-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.62%
GREEN value IS 163 (64.06% from 255) = 59.06%
BLUE value IS 34 (13.67% from 255) = 12.32%
R=28.62%
G=59.06%
B=12.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal79163340.5200.790.3699.0765.4838.63
Hex4FA3223404F24634127
Octal117243426401174414310147
Binary1001111101000111000101101000100111110010011000111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,163,34); }

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

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

 a { background-color: rgb(79,163,34); }

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

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

 span { border-color: rgb(79,163,34); }

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