#78BA2A

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

Shades of Lima #78BA2A

Tints of Lima #78BA2A

Color information

#78BA2A (or 0x78BA2A) is unknown color: approx Lima. HEX triplet: 78, BA and 2A. RGB value is (120,186,42). Sum of RGB (Red+Green+Blue) = 120+186+42=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BA2A is #8745D5. Grayscale: #969696. Windows color (decimal): -8865238 or 2800248. OLE color: 2800248.

HSL color Cylindrical-coordinate representation of color #78BA2A: hue angle of 87.5º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78BA2A is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB12018642-
CMYK0.3500.770.27
HSL87.5º63.16%44.71%-
HSV(B)87.5º77.42%72.94%-
XYZ25.7239.288.42-
YUV149.8567.13106.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.48%
GREEN value IS 186 (73.05% from 255) = 53.45%
BLUE value IS 42 (16.80% from 255) = 12.07%
R=34.48%
G=53.45%
B=12.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120186420.3500.770.2787.563.1644.71
Hex78BA2A2304D1B583f2d
Octal17027252430115331307755
Binary11110001011101010101010001101001101110111011000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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