#78D314

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

Shades of Lima #78D314

Tints of Lima #78D314

Color information

#78D314 (or 0x78D314) is unknown color: approx Lima. HEX triplet: 78, D3 and 14. RGB value is (120,211,20). Sum of RGB (Red+Green+Blue) = 120+211+20=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 211 (82.81% from 255 or 60.11% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 211 - color contains mainly: green. Hex color #78D314 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78D314 is #872CEB. Grayscale: #A2A2A2. Windows color (decimal): -8858860 or 1364856. OLE color: 1364856.

HSL color Cylindrical-coordinate representation of color #78D314: hue angle of 88.59º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78D314 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB12021120-
CMYK0.4300.910.17
HSL88.59º82.68%45.29%-
HSV(B)88.59º90.52%82.75%-
XYZ31.1750.638.79-
YUV162.0247.8598.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.19%
GREEN value IS 211 (82.81% from 255) = 60.11%
BLUE value IS 20 (8.20% from 255) = 5.70%
R=34.19%
G=60.11%
B=5.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal120211200.4300.910.1788.5982.6845.29
Hex78D3142B05B1159532d
Octal170323245301332113112355
Binary11110001101001110100101011010110111000110110011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,211,20); }

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

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

 a { background-color: rgb(120,211,20); }

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

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

 span { border-color: rgb(120,211,20); }

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