#76C31A

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

Shades of Lima #76C31A

Tints of Lima #76C31A

Color information

#76C31A (or 0x76C31A) is unknown color: approx Lima. HEX triplet: 76, C3 and 1A. RGB value is (118,195,26). Sum of RGB (Red+Green+Blue) = 118+195+26=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #76C31A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C31A is #893CE5. Grayscale: #999999. Windows color (decimal): -8994022 or 1753974. OLE color: 1753974.

HSL color Cylindrical-coordinate representation of color #76C31A: hue angle of 87.34º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76C31A is Cyan = 0.39, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB11819526-
CMYK0.3900.870.24
HSL87.34º76.47%43.33%-
HSV(B)87.34º86.67%76.47%-
XYZ27.1742.967.84-
YUV152.7156.49103.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.81%
GREEN value IS 195 (76.56% from 255) = 57.52%
BLUE value IS 26 (10.55% from 255) = 7.67%
R=34.81%
G=57.52%
B=7.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal118195260.3900.870.2487.3476.4743.33
Hex76C31A2705718574c2b
Octal166303324701273012711453
Binary11101101100001111010100111010101111100010101111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,195,26); }

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

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

 a { background-color: rgb(118,195,26); }

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

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

 span { border-color: rgb(118,195,26); }

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