#4F961D

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

Shades of Limeade #4F961D

Tints of Limeade #4F961D

Color information

#4F961D (or 0x4F961D) is unknown color: approx Limeade. HEX triplet: 4F, 96 and 1D. RGB value is (79,150,29). Sum of RGB (Red+Green+Blue) = 79+150+29=258 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.62% from 258); Green value is 150 (58.98% from 255 or 58.14% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 150 - color contains mainly: green. Hex color #4F961D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F961D is #B069E2. Grayscale: #737373. Windows color (decimal): -11561443 or 1939023. OLE color: 1939023.

HSL color Cylindrical-coordinate representation of color #4F961D: hue angle of 95.21º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F961D is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB7915029-
CMYK0.4700.810.41
HSL95.21º67.6%35.1%-
HSV(B)95.21º80.67%58.82%-
XYZ14.3523.564.95-
YUV114.9879.48102.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.62%
GREEN value IS 150 (58.98% from 255) = 58.14%
BLUE value IS 29 (11.72% from 255) = 11.24%
R=30.62%
G=58.14%
B=11.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal79150290.4700.810.4195.2167.635.1
Hex4F961D2F051295f4423
Octal117226355701215113710443
Binary100111110010110111011011110101000110100110111111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F961D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,150,29); }

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

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

 a { background-color: rgb(79,150,29); }

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

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

 span { border-color: rgb(79,150,29); }

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