#78BB2B

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

Shades of Lima #78BB2B

Tints of Lima #78BB2B

Color information

#78BB2B (or 0x78BB2B) is unknown color: approx Lima. HEX triplet: 78, BB and 2B. RGB value is (120,187,43). Sum of RGB (Red+Green+Blue) = 120+187+43=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 187 (73.44% from 255 or 53.43% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 187 - color contains mainly: green. Hex color #78BB2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BB2B is #8744D4. Grayscale: #979797. Windows color (decimal): -8864981 or 2866040. OLE color: 2866040.

HSL color Cylindrical-coordinate representation of color #78BB2B: hue angle of 87.92º 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 #78BB2B is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB12018743-
CMYK0.3600.770.27
HSL87.92º62.61%45.1%-
HSV(B)87.92º77.01%73.33%-
XYZ25.9539.718.58-
YUV150.5567.3106.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.29%
GREEN value IS 187 (73.44% from 255) = 53.43%
BLUE value IS 43 (17.19% from 255) = 12.29%
R=34.29%
G=53.43%
B=12.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120187430.3600.770.2787.9262.6145.1
Hex78BB2B2404D1B583f2d
Octal17027353440115331307755
Binary11110001011101110101110010001001101110111011000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BB2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,187,43); }

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

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

 a { background-color: rgb(120,187,43); }

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

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

 span { border-color: rgb(120,187,43); }

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