#78C32E

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

Shades of Lima #78C32E

Tints of Lima #78C32E

Color information

#78C32E (or 0x78C32E) is unknown color: approx Lima. HEX triplet: 78, C3 and 2E. RGB value is (120,195,46). Sum of RGB (Red+Green+Blue) = 120+195+46=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 195 (76.56% from 255 or 54.02% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 195 - color contains mainly: green. Hex color #78C32E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C32E is #873CD1. Grayscale: #9C9C9C. Windows color (decimal): -8862930 or 3064696. OLE color: 3064696.

HSL color Cylindrical-coordinate representation of color #78C32E: hue angle of 90.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #78C32E is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB12019546-
CMYK0.3800.760.24
HSL90.2º61.83%47.25%-
HSV(B)90.2º76.41%76.47%-
XYZ27.7543.229.46-
YUV155.5966.15102.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.24%
GREEN value IS 195 (76.56% from 255) = 54.02%
BLUE value IS 46 (18.36% from 255) = 12.74%
R=33.24%
G=54.02%
B=12.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal120195460.3800.760.2490.261.8347.25
Hex78C32E2604C185a3e2f
Octal17030356460114301327657
Binary11110001100001110111010011001001100110001011010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,195,46); }

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

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

 a { background-color: rgb(120,195,46); }

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

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

 span { border-color: rgb(120,195,46); }

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