#78BC32

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

Shades of Lima #78BC32

Tints of Lima #78BC32

Color information

#78BC32 (or 0x78BC32) is unknown color: approx Lima. HEX triplet: 78, BC and 32. RGB value is (120,188,50). Sum of RGB (Red+Green+Blue) = 120+188+50=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #78BC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BC32 is #8743CD. Grayscale: #989898. Windows color (decimal): -8864718 or 3325048. OLE color: 3325048.

HSL color Cylindrical-coordinate representation of color #78BC32: hue angle of 89.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #78BC32 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB12018850-
CMYK0.3600.730.26
HSL89.57º57.98%46.67%-
HSV(B)89.57º73.4%73.73%-
XYZ26.340.199.39-
YUV151.9470.47105.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.52%
GREEN value IS 188 (73.83% from 255) = 52.51%
BLUE value IS 50 (19.92% from 255) = 13.97%
R=33.52%
G=52.51%
B=13.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal120188500.3600.730.2689.5757.9846.67
Hex78BC32240491A5a3a2f
Octal17027462440111321327257
Binary11110001011110011001010010001001001110101011010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,188,50); }

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

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

 a { background-color: rgb(120,188,50); }

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

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

 span { border-color: rgb(120,188,50); }

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