#4F9B1F

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

Shades of Limeade #4F9B1F

Tints of Limeade #4F9B1F

Color information

#4F9B1F (or 0x4F9B1F) is unknown color: approx Limeade. HEX triplet: 4F, 9B and 1F. RGB value is (79,155,31). Sum of RGB (Red+Green+Blue) = 79+155+31=265 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.81% from 265); Green value is 155 (60.94% from 255 or 58.49% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 155 - color contains mainly: green. Hex color #4F9B1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9B1F is #B064E0. Grayscale: #767676. Windows color (decimal): -11560161 or 2071375. OLE color: 2071375.

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

Color convert

RGB7915531-
CMYK0.4900.80.39
HSL96.77º66.67%36.47%-
HSV(B)96.77º80%60.78%-
XYZ15.1925.25.36-
YUV118.1478.82100.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.81%
GREEN value IS 155 (60.94% from 255) = 58.49%
BLUE value IS 31 (12.5% from 255) = 11.70%
R=29.81%
G=58.49%
B=11.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal79155310.4900.80.3996.7766.6736.47
Hex4F9B1F3105027614324
Octal117233376101204714110344
Binary100111110011011111111100010101000010011111000011000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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