#78C032

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

Shades of Lima #78C032

Tints of Lima #78C032

Color information

#78C032 (or 0x78C032) is unknown color: approx Lima. HEX triplet: 78, C0 and 32. RGB value is (120,192,50). Sum of RGB (Red+Green+Blue) = 120+192+50=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #78C032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C032 is #873FCD. Grayscale: #9A9A9A. Windows color (decimal): -8863694 or 3326072. OLE color: 3326072.

HSL color Cylindrical-coordinate representation of color #78C032: hue angle of 90.42º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78C032 is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB12019250-
CMYK0.3800.740.25
HSL90.42º58.68%47.45%-
HSV(B)90.42º73.96%75.29%-
XYZ27.1741.929.68-
YUV154.2869.15103.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.15%
GREEN value IS 192 (75.39% from 255) = 53.04%
BLUE value IS 50 (19.92% from 255) = 13.81%
R=33.15%
G=53.04%
B=13.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120192500.3800.740.2590.4258.6847.45
Hex78C0322604A195a3b2f
Octal17030062460112311327357
Binary11110001100000011001010011001001010110011011010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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