#78C02A

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

Shades of Lima #78C02A

Tints of Lima #78C02A

Color information

#78C02A (or 0x78C02A) is unknown color: approx Lima. HEX triplet: 78, C0 and 2A. RGB value is (120,192,42). Sum of RGB (Red+Green+Blue) = 120+192+42=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #78C02A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C02A is #873FD5. Grayscale: #999999. Windows color (decimal): -8863702 or 2801784. OLE color: 2801784.

HSL color Cylindrical-coordinate representation of color #78C02A: hue angle of 88.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #78C02A is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB12019242-
CMYK0.3800.780.25
HSL88.8º64.1%45.88%-
HSV(B)88.8º78.12%75.29%-
XYZ27.0141.868.85-
YUV153.3765.15104.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.90%
GREEN value IS 192 (75.39% from 255) = 54.24%
BLUE value IS 42 (16.80% from 255) = 11.86%
R=33.90%
G=54.24%
B=11.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120192420.3800.780.2588.864.145.88
Hex78C02A2604E1959402e
Octal170300524601163113110056
Binary111100011000000101010100110010011101100110110011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C02A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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