#78B51E

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

Shades of Lima #78B51E

Tints of Lima #78B51E

Color information

#78B51E (or 0x78B51E) is unknown color: approx Lima. HEX triplet: 78, B5 and 1E. RGB value is (120,181,30). Sum of RGB (Red+Green+Blue) = 120+181+30=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 181 (71.09% from 255 or 54.68% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 181 - color contains mainly: green. Hex color #78B51E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B51E is #874AE1. Grayscale: #929292. Windows color (decimal): -8866530 or 2012536. OLE color: 2012536.

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

Color convert

RGB12018130-
CMYK0.3400.830.29
HSL84.24º71.56%41.37%-
HSV(B)84.24º83.43%70.98%-
XYZ24.537.137.1-
YUV145.5562.79109.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.25%
GREEN value IS 181 (71.09% from 255) = 54.68%
BLUE value IS 30 (12.11% from 255) = 9.06%
R=36.25%
G=54.68%
B=9.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal120181300.3400.830.2984.2471.5641.37
Hex78B51E220531D544829
Octal170265364201233512411051
Binary11110001011010111110100010010100111110110101001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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