#78d10f

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

Shades of Lima #78D10F

Tints of Lima #78D10F

Color information

#78D10F (or 0x78D10F) is unknown color: approx Lima. HEX triplet: 78, D1 and 0F. RGB value is (120,209,15). Sum of RGB (Red+Green+Blue) = 120+209+15=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 209 (82.03% from 255 or 60.76% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 209 - color contains mainly: green. Hex color #78D10F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78D10F is #872EF0. Grayscale: #A0A0A0. Windows color (decimal): -8859377 or 1036664. OLE color: 1036664.

HSL color Cylindrical-coordinate representation of color #78D10F: hue angle of 87.53º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78D10F is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB12020915-
CMYK0.4300.930.18
HSL87.53º86.61%43.92%-
HSV(B)87.53º92.82%81.96%-
XYZ30.6349.638.42-
YUV160.2746.0199.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.88%
GREEN value IS 209 (82.03% from 255) = 60.76%
BLUE value IS 15 (6.25% from 255) = 4.36%
R=34.88%
G=60.76%
B=4.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal120209150.4300.930.1887.5386.6143.92
Hex78D1F2B05D1258572c
Octal170321175301352213012754
Binary1111000110100011111101011010111011001010110001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78d10f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,209,15); }

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

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

 a { background-color: rgb(120,209,15); }

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

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

 span { border-color: rgb(120,209,15); }

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