#78C72A

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

Shades of Lima #78C72A

Tints of Lima #78C72A

Color information

#78C72A (or 0x78C72A) is unknown color: approx Lima. HEX triplet: 78, C7 and 2A. RGB value is (120,199,42). Sum of RGB (Red+Green+Blue) = 120+199+42=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 199 (78.12% from 255 or 55.12% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 199 - color contains mainly: green. Hex color #78C72A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C72A is #8738D5. Grayscale: #9E9E9E. Windows color (decimal): -8861910 or 2803576. OLE color: 2803576.

HSL color Cylindrical-coordinate representation of color #78C72A: hue angle of 90.19º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #78C72A is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB12019942-
CMYK0.4000.790.22
HSL90.19º65.15%47.25%-
HSV(B)90.19º78.89%78.04%-
XYZ28.5945.019.37-
YUV157.4862.83101.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.24%
GREEN value IS 199 (78.12% from 255) = 55.12%
BLUE value IS 42 (16.80% from 255) = 11.63%
R=33.24%
G=55.12%
B=11.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal120199420.4000.790.2290.1965.1547.25
Hex78C72A2804F165a412f
Octal170307525001172613210157
Binary111100011000111101010101000010011111011010110101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,199,42); }

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

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

 a { background-color: rgb(120,199,42); }

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

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

 span { border-color: rgb(120,199,42); }

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