#76C42C

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

Shades of Lima #76C42C

Tints of Lima #76C42C

Color information

#76C42C (or 0x76C42C) is unknown color: approx Lima. HEX triplet: 76, C4 and 2C. RGB value is (118,196,44). Sum of RGB (Red+Green+Blue) = 118+196+44=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 196 (76.95% from 255 or 54.75% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 196 - color contains mainly: green. Hex color #76C42C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C42C is #893BD3. Grayscale: #9B9B9B. Windows color (decimal): -8993748 or 2933878. OLE color: 2933878.

HSL color Cylindrical-coordinate representation of color #76C42C: hue angle of 90.79º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76C42C is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB11819644-
CMYK0.4000.780.23
HSL90.79º63.33%47.06%-
HSV(B)90.79º77.55%76.86%-
XYZ27.6743.519.32-
YUV155.3565.16101.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.96%
GREEN value IS 196 (76.95% from 255) = 54.75%
BLUE value IS 44 (17.58% from 255) = 12.29%
R=32.96%
G=54.75%
B=12.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal118196440.4000.780.2390.7963.3347.06
Hex76C42C2804E175b3f2f
Octal16630454500116271337757
Binary11101101100010010110010100001001110101111011011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C42C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76C42C; }

 p { color: rgb(118,196,44); }

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

<style>
 a { background-color: #76C42C; }

 a { background-color: rgb(118,196,44); }

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

<style>
 span { border-color: #76C42C; }

 span { border-color: rgb(118,196,44); }

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