#79BF1C

Color #79BF1C Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #79BF1C

Tints of Lima #79BF1C

Color information

#79BF1C (or 0x79BF1C) is unknown color: approx Lima. HEX triplet: 79, BF and 1C. RGB value is (121,191,28). Sum of RGB (Red+Green+Blue) = 121+191+28=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 191 (75% from 255 or 56.18% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 191 - color contains mainly: green. Hex color #79BF1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79BF1C is #8640E3. Grayscale: #989898. Windows color (decimal): -8798436 or 1884025. OLE color: 1884025.

HSL color Cylindrical-coordinate representation of color #79BF1C: hue angle of 85.77º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #79BF1C is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB12119128-
CMYK0.3700.850.25
HSL85.77º74.43%42.94%-
HSV(B)85.77º85.34%74.9%-
XYZ26.7341.417.68-
YUV151.4958.31106.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.59%
GREEN value IS 191 (75% from 255) = 56.18%
BLUE value IS 28 (11.33% from 255) = 8.24%
R=35.59%
G=56.18%
B=8.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121191280.3700.850.2585.7774.4342.94
Hex79BF1C2505519564a2b
Octal171277344501253112611253
Binary11110011011111111100100101010101011100110101101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79BF1C; }

 p { color: rgb(121,191,28); }

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

<style>
 a { background-color: #79BF1C; }

 a { background-color: rgb(121,191,28); }

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

<style>
 span { border-color: #79BF1C; }

 span { border-color: rgb(121,191,28); }

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