#76BE1E

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

Shades of Lima #76BE1E

Tints of Lima #76BE1E

Color information

#76BE1E (or 0x76BE1E) is unknown color: approx Lima. HEX triplet: 76, BE and 1E. RGB value is (118,190,30). Sum of RGB (Red+Green+Blue) = 118+190+30=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 190 (74.61% from 255 or 56.21% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BE1E is #8941E1. Grayscale: #969696. Windows color (decimal): -8995298 or 2014838. OLE color: 2014838.

HSL color Cylindrical-coordinate representation of color #76BE1E: hue angle of 87º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76BE1E is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB11819030-
CMYK0.3800.840.25
HSL87º72.73%43.14%-
HSV(B)87º84.21%74.51%-
XYZ26.1240.777.72-
YUV150.2360.15105.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.91%
GREEN value IS 190 (74.61% from 255) = 56.21%
BLUE value IS 30 (12.11% from 255) = 8.88%
R=34.91%
G=56.21%
B=8.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118190300.3800.840.258772.7343.14
Hex76BE1E260541957492b
Octal166276364601243112711153
Binary11101101011111011110100110010101001100110101111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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