#78C81E

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

Shades of Lima #78C81E

Tints of Lima #78C81E

Color information

#78C81E (or 0x78C81E) is unknown color: approx Lima. HEX triplet: 78, C8 and 1E. RGB value is (120,200,30). Sum of RGB (Red+Green+Blue) = 120+200+30=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 200 (78.52% from 255 or 57.14% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 200 - color contains mainly: green. Hex color #78C81E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C81E is #8737E1. Grayscale: #9D9D9D. Windows color (decimal): -8861666 or 2017400. OLE color: 2017400.

HSL color Cylindrical-coordinate representation of color #78C81E: hue angle of 88.24º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #78C81E is Cyan = 0.4, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB12020030-
CMYK0.400.850.22
HSL88.24º73.91%45.1%-
HSV(B)88.24º85%78.43%-
XYZ28.6345.48.48-
YUV156.756.5101.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.29%
GREEN value IS 200 (78.52% from 255) = 57.14%
BLUE value IS 30 (12.11% from 255) = 8.57%
R=34.29%
G=57.14%
B=8.57%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal120200300.400.850.2288.2473.9145.1
Hex78C81E2805516584a2d
Octal170310365001252613011255
Binary11110001100100011110101000010101011011010110001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C81E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,200,30); }

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

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

 a { background-color: rgb(120,200,30); }

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

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

 span { border-color: rgb(120,200,30); }

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