#78B61E

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

Shades of Lima #78B61E

Tints of Lima #78B61E

Color information

#78B61E (or 0x78B61E) is unknown color: approx Lima. HEX triplet: 78, B6 and 1E. RGB value is (120,182,30). Sum of RGB (Red+Green+Blue) = 120+182+30=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 182 (71.48% from 255 or 54.82% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 182 - color contains mainly: green. Hex color #78B61E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B61E is #8749E1. Grayscale: #929292. Windows color (decimal): -8866274 or 2012792. OLE color: 2012792.

HSL color Cylindrical-coordinate representation of color #78B61E: hue angle of 84.47º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #78B61E is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB12018230-
CMYK0.3400.840.29
HSL84.47º71.7%41.57%-
HSV(B)84.47º83.52%71.37%-
XYZ24.7137.547.17-
YUV146.1362.46109.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.14%
GREEN value IS 182 (71.48% from 255) = 54.82%
BLUE value IS 30 (12.11% from 255) = 9.04%
R=36.14%
G=54.82%
B=9.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal120182300.3400.840.2984.4771.741.57
Hex78B61E220541D54482a
Octal170266364201243512411052
Binary11110001011011011110100010010101001110110101001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78B61E; }

 p { color: rgb(120,182,30); }

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

<style>
 a { background-color: #78B61E; }

 a { background-color: rgb(120,182,30); }

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

<style>
 span { border-color: #78B61E; }

 span { border-color: rgb(120,182,30); }

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