#76C61E

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

Shades of Lima #76C61E

Tints of Lima #76C61E

Color information

#76C61E (or 0x76C61E) is unknown color: approx Lima. HEX triplet: 76, C6 and 1E. RGB value is (118,198,30). Sum of RGB (Red+Green+Blue) = 118+198+30=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 198 (77.73% from 255 or 57.23% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 198 - color contains mainly: green. Hex color #76C61E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C61E is #8939E1. Grayscale: #9B9B9B. Windows color (decimal): -8993250 or 2016886. OLE color: 2016886.

HSL color Cylindrical-coordinate representation of color #76C61E: hue angle of 88.57º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76C61E is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB11819830-
CMYK0.4000.850.22
HSL88.57º73.68%44.71%-
HSV(B)88.57º84.85%77.65%-
XYZ27.944.338.32-
YUV154.9357.5101.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.10%
GREEN value IS 198 (77.73% from 255) = 57.23%
BLUE value IS 30 (12.11% from 255) = 8.67%
R=34.10%
G=57.23%
B=8.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal118198300.4000.850.2288.5773.6844.71
Hex76C61E2805516594a2d
Octal166306365001252613111255
Binary11101101100011011110101000010101011011010110011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,198,30); }

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

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

 a { background-color: rgb(118,198,30); }

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

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

 span { border-color: rgb(118,198,30); }

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