#76C50E

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

Shades of Lima #76C50E

Tints of Lima #76C50E

Color information

#76C50E (or 0x76C50E) is unknown color: approx Lima. HEX triplet: 76, C5 and 0E. RGB value is (118,197,14). Sum of RGB (Red+Green+Blue) = 118+197+14=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 197 (77.34% from 255 or 59.88% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 197 - color contains mainly: green. Hex color #76C50E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C50E is #893AF1. Grayscale: #999999. Windows color (decimal): -8993522 or 968054. OLE color: 968054.

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

Color convert

RGB11819714-
CMYK0.4000.930.23
HSL85.9º86.73%41.37%-
HSV(B)85.9º92.89%77.25%-
XYZ27.5243.827.42-
YUV152.5249.83103.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 197 (77.34% from 255) = 59.88%
BLUE value IS 14 (5.86% from 255) = 4.26%
R=35.87%
G=59.88%
B=4.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal118197140.4000.930.2385.986.7341.37
Hex76C5E2805D17565729
Octal166305165001352712612751
Binary1110110110001011110101000010111011011110101101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,197,14); }

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

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

 a { background-color: rgb(118,197,14); }

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

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

 span { border-color: rgb(118,197,14); }

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