#4F9B1E

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

Shades of Limeade #4F9B1E

Tints of Limeade #4F9B1E

Color information

#4F9B1E (or 0x4F9B1E) is unknown color: approx Limeade. HEX triplet: 4F, 9B and 1E. RGB value is (79,155,30). Sum of RGB (Red+Green+Blue) = 79+155+30=264 (34% of max value = 765). Red value is 79 (31.25% from 255 or 29.92% from 264); Green value is 155 (60.94% from 255 or 58.71% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 155 - color contains mainly: green. Hex color #4F9B1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9B1E is #B064E1. Grayscale: #767676. Windows color (decimal): -11560162 or 2005839. OLE color: 2005839.

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

Color convert

RGB7915530-
CMYK0.4900.810.39
HSL96.48º67.57%36.27%-
HSV(B)96.48º80.65%60.78%-
XYZ15.1825.25.29-
YUV118.0378.32100.16-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.92%
GREEN value IS 155 (60.94% from 255) = 58.71%
BLUE value IS 30 (12.11% from 255) = 11.36%
R=29.92%
G=58.71%
B=11.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal79155300.4900.810.3996.4867.5736.27
Hex4F9B1E3105127604424
Octal117233366101214714010444
Binary100111110011011111101100010101000110011111000001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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