#4F941B

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

Shades of Limeade #4F941B

Tints of Limeade #4F941B

Color information

#4F941B (or 0x4F941B) is unknown color: approx Limeade. HEX triplet: 4F, 94 and 1B. RGB value is (79,148,27). Sum of RGB (Red+Green+Blue) = 79+148+27=254 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.10% from 254); Green value is 148 (58.20% from 255 or 58.27% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 148 - color contains mainly: green. Hex color #4F941B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F941B is #B06BE4. Grayscale: #717171. Windows color (decimal): -11561957 or 1807439. OLE color: 1807439.

HSL color Cylindrical-coordinate representation of color #4F941B: hue angle of 94.21º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F941B is Cyan = 0.47, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB7914827-
CMYK0.4700.820.42
HSL94.21º69.14%34.31%-
HSV(B)94.21º81.76%58.04%-
XYZ14.0122.924.72-
YUV113.5779.14103.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.10%
GREEN value IS 148 (58.20% from 255) = 58.27%
BLUE value IS 27 (10.94% from 255) = 10.63%
R=31.10%
G=58.27%
B=10.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal79148270.4700.820.4294.2169.1434.31
Hex4F941B2F0522A5e4522
Octal117224335701225213610542
Binary100111110010100110111011110101001010101010111101000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F941B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,148,27); }

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

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

 a { background-color: rgb(79,148,27); }

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

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

 span { border-color: rgb(79,148,27); }

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