#78B42A

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

Shades of Lima #78B42A

Tints of Lima #78B42A

Color information

#78B42A (or 0x78B42A) is unknown color: approx Lima. HEX triplet: 78, B4 and 2A. RGB value is (120,180,42). Sum of RGB (Red+Green+Blue) = 120+180+42=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 180 (70.70% from 255 or 52.63% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 180 - color contains mainly: green. Hex color #78B42A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B42A is #874BD5. Grayscale: #929292. Windows color (decimal): -8866774 or 2798712. OLE color: 2798712.

HSL color Cylindrical-coordinate representation of color #78B42A: hue angle of 86.09º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78B42A is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB12018042-
CMYK0.3300.770.29
HSL86.09º62.16%43.53%-
HSV(B)86.09º76.67%70.59%-
XYZ24.4836.88-
YUV146.3369.12109.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.09%
GREEN value IS 180 (70.70% from 255) = 52.63%
BLUE value IS 42 (16.80% from 255) = 12.28%
R=35.09%
G=52.63%
B=12.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal120180420.3300.770.2986.0962.1643.53
Hex78B42A2104D1D563e2c
Octal17026452410115351267654
Binary11110001011010010101010000101001101111011010110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,180,42); }

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

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

 a { background-color: rgb(120,180,42); }

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

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

 span { border-color: rgb(120,180,42); }

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