#78C10C

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

Shades of Lima #78C10C

Tints of Lima #78C10C

Color information

#78C10C (or 0x78C10C) is unknown color: approx Lima. HEX triplet: 78, C1 and 0C. RGB value is (120,193,12). Sum of RGB (Red+Green+Blue) = 120+193+12=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 193 (75.78% from 255 or 59.38% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 193 - color contains mainly: green. Hex color #78C10C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78C10C is #873EF3. Grayscale: #979797. Windows color (decimal): -8863476 or 835960. OLE color: 835960.

HSL color Cylindrical-coordinate representation of color #78C10C: hue angle of 84.2º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #78C10C is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB12019312-
CMYK0.3800.940.24
HSL84.2º88.29%40.2%-
HSV(B)84.2º93.78%75.69%-
XYZ26.8842.167.07-
YUV150.5449.82106.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.92%
GREEN value IS 193 (75.78% from 255) = 59.38%
BLUE value IS 12 (5.08% from 255) = 3.69%
R=36.92%
G=59.38%
B=3.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal120193120.3800.940.2484.288.2940.2
Hex78C1C2605E18545828
Octal170301144601363012413050
Binary1111000110000011100100110010111101100010101001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,193,12); }

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

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

 a { background-color: rgb(120,193,12); }

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

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

 span { border-color: rgb(120,193,12); }

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