#78CC12

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

Shades of Lima #78CC12

Tints of Lima #78CC12

Color information

#78CC12 (or 0x78CC12) is unknown color: approx Lima. HEX triplet: 78, CC and 12. RGB value is (120,204,18). Sum of RGB (Red+Green+Blue) = 120+204+18=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 204 (80.08% from 255 or 59.65% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 204 - color contains mainly: green. Hex color #78CC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78CC12 is #8733ED. Grayscale: #9E9E9E. Windows color (decimal): -8860654 or 1231992. OLE color: 1231992.

HSL color Cylindrical-coordinate representation of color #78CC12: hue angle of 87.1º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78CC12 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB12020418-
CMYK0.4100.910.2
HSL87.1º83.78%43.53%-
HSV(B)87.1º91.18%80%-
XYZ29.4547.228.14-
YUV157.6849.17101.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.09%
GREEN value IS 204 (80.08% from 255) = 59.65%
BLUE value IS 18 (7.42% from 255) = 5.26%
R=35.09%
G=59.65%
B=5.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal120204180.4100.910.287.183.7843.53
Hex78CC122905B1457542c
Octal170314225101332412712454
Binary11110001100110010010101001010110111010010101111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CC12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,204,18); }

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

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

 a { background-color: rgb(120,204,18); }

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

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

 span { border-color: rgb(120,204,18); }

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