#79BA1E

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

Shades of Lima #79BA1E

Tints of Lima #79BA1E

Color information

#79BA1E (or 0x79BA1E) is unknown color: approx Lima. HEX triplet: 79, BA and 1E. RGB value is (121,186,30). Sum of RGB (Red+Green+Blue) = 121+186+30=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #79BA1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79BA1E is #8645E1. Grayscale: #959595. Windows color (decimal): -8799714 or 2013817. OLE color: 2013817.

HSL color Cylindrical-coordinate representation of color #79BA1E: hue angle of 85º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #79BA1E is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB12118630-
CMYK0.3500.840.27
HSL85º72.22%42.35%-
HSV(B)85º83.87%72.94%-
XYZ25.6839.287.46-
YUV148.7860.97108.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.91%
GREEN value IS 186 (73.05% from 255) = 55.19%
BLUE value IS 30 (12.11% from 255) = 8.90%
R=35.91%
G=55.19%
B=8.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal121186300.3500.840.278572.2242.35
Hex79BA1E230541B55482a
Octal171272364301243312511052
Binary11110011011101011110100011010101001101110101011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,186,30); }

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

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

 a { background-color: rgb(121,186,30); }

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

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

 span { border-color: rgb(121,186,30); }

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