#4F9B1C

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

Shades of Limeade #4F9B1C

Tints of Limeade #4F9B1C

Color information

#4F9B1C (or 0x4F9B1C) is unknown color: approx Limeade. HEX triplet: 4F, 9B and 1C. RGB value is (79,155,28). Sum of RGB (Red+Green+Blue) = 79+155+28=262 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.15% from 262); Green value is 155 (60.94% from 255 or 59.16% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 155 - color contains mainly: green. Hex color #4F9B1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9B1C is #B064E3. Grayscale: #767676. Windows color (decimal): -11560164 or 1874767. OLE color: 1874767.

HSL color Cylindrical-coordinate representation of color #4F9B1C: hue angle of 95.91º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F9B1C is Cyan = 0.49, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB7915528-
CMYK0.4900.820.39
HSL95.91º69.4%35.88%-
HSV(B)95.91º81.94%60.78%-
XYZ15.1625.195.16-
YUV117.877.32100.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.15%
GREEN value IS 155 (60.94% from 255) = 59.16%
BLUE value IS 28 (11.33% from 255) = 10.69%
R=30.15%
G=59.16%
B=10.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal79155280.4900.820.3995.9169.435.88
Hex4F9B1C3105227604524
Octal117233346101224714010544
Binary100111110011011111001100010101001010011111000001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,155,28); }

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

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

 a { background-color: rgb(79,155,28); }

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

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

 span { border-color: rgb(79,155,28); }

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