#78C327

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

Shades of Lima #78C327

Tints of Lima #78C327

Color information

#78C327 (or 0x78C327) is unknown color: approx Lima. HEX triplet: 78, C3 and 27. RGB value is (120,195,39). Sum of RGB (Red+Green+Blue) = 120+195+39=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 195 (76.56% from 255 or 55.08% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 195 - color contains mainly: green. Hex color #78C327 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C327 is #873CD8. Grayscale: #9B9B9B. Windows color (decimal): -8862937 or 2605944. OLE color: 2605944.

HSL color Cylindrical-coordinate representation of color #78C327: hue angle of 88.85º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #78C327 is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB12019539-
CMYK0.3800.800.24
HSL88.85º66.67%45.88%-
HSV(B)88.85º80%76.47%-
XYZ27.6343.178.8-
YUV154.7962.65103.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.90%
GREEN value IS 195 (76.56% from 255) = 55.08%
BLUE value IS 39 (15.62% from 255) = 11.02%
R=33.90%
G=55.08%
B=11.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal120195390.3800.800.2488.8566.6745.88
Hex78C327260501859432e
Octal170303474601203013110356
Binary111100011000011100111100110010100001100010110011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,195,39); }

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

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

 a { background-color: rgb(120,195,39); }

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

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

 span { border-color: rgb(120,195,39); }

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