#78B236

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

Shades of Lima #78B236

Tints of Lima #78B236

Color information

#78B236 (or 0x78B236) is unknown color: approx Lima. HEX triplet: 78, B2 and 36. RGB value is (120,178,54). Sum of RGB (Red+Green+Blue) = 120+178+54=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 178 (69.92% from 255 or 50.57% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 178 - color contains mainly: green. Hex color #78B236 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78B236 is #874DC9. Grayscale: #929292. Windows color (decimal): -8867274 or 3584632. OLE color: 3584632.

HSL color Cylindrical-coordinate representation of color #78B236: hue angle of 88.06º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #78B236 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB12017854-
CMYK0.3300.700.30
HSL88.06º53.45%45.49%-
HSV(B)88.06º69.66%69.8%-
XYZ24.3336.19.18-
YUV146.5275.78109.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.09%
GREEN value IS 178 (69.92% from 255) = 50.57%
BLUE value IS 54 (21.48% from 255) = 15.34%
R=34.09%
G=50.57%
B=15.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal120178540.3300.700.3088.0653.4545.49
Hex78B236210461E58352d
Octal17026266410106361306555
Binary11110001011001011011010000101000110111101011000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,178,54); }

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

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

 a { background-color: rgb(120,178,54); }

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

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

 span { border-color: rgb(120,178,54); }

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