#4F9E1A

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

Shades of Limeade #4F9E1A

Tints of Limeade #4F9E1A

Color information

#4F9E1A (or 0x4F9E1A) is unknown color: approx Limeade. HEX triplet: 4F, 9E and 1A. RGB value is (79,158,26). Sum of RGB (Red+Green+Blue) = 79+158+26=263 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.04% from 263); Green value is 158 (62.11% from 255 or 60.08% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 158 - color contains mainly: green. Hex color #4F9E1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9E1A is #B061E5. Grayscale: #777777. Windows color (decimal): -11559398 or 1744463. OLE color: 1744463.

HSL color Cylindrical-coordinate representation of color #4F9E1A: hue angle of 95.91º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F9E1A is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB7915826-
CMYK0.5000.840.38
HSL95.91º71.74%36.08%-
HSV(B)95.91º83.54%61.96%-
XYZ15.6426.195.21-
YUV119.3375.3399.23-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.04%
GREEN value IS 158 (62.11% from 255) = 60.08%
BLUE value IS 26 (10.55% from 255) = 9.89%
R=30.04%
G=60.08%
B=9.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal79158260.5000.840.3895.9171.7436.08
Hex4F9E1A3205426604824
Octal117236326201244614011044
Binary100111110011110110101100100101010010011011000001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,158,26); }

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

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

 a { background-color: rgb(79,158,26); }

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

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

 span { border-color: rgb(79,158,26); }

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