#78BA28

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

Shades of Lima #78BA28

Tints of Lima #78BA28

Color information

#78BA28 (or 0x78BA28) is unknown color: approx Lima. HEX triplet: 78, BA and 28. RGB value is (120,186,40). Sum of RGB (Red+Green+Blue) = 120+186+40=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BA28 is #8745D7. Grayscale: #969696. Windows color (decimal): -8865240 or 2669176. OLE color: 2669176.

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

Color convert

RGB12018640-
CMYK0.3500.780.27
HSL87.12º64.6%44.31%-
HSV(B)87.12º78.49%72.94%-
XYZ25.6939.268.23-
YUV149.6266.13106.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.68%
GREEN value IS 186 (73.05% from 255) = 53.76%
BLUE value IS 40 (16.02% from 255) = 11.56%
R=34.68%
G=53.76%
B=11.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120186400.3500.780.2787.1264.644.31
Hex78BA282304E1B57412c
Octal170272504301163312710154
Binary111100010111010101000100011010011101101110101111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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