#76BC1E

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

Shades of Lima #76BC1E

Tints of Lima #76BC1E

Color information

#76BC1E (or 0x76BC1E) is unknown color: approx Lima. HEX triplet: 76, BC and 1E. RGB value is (118,188,30). Sum of RGB (Red+Green+Blue) = 118+188+30=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BC1E is #8943E1. Grayscale: #959595. Windows color (decimal): -8995810 or 2014326. OLE color: 2014326.

HSL color Cylindrical-coordinate representation of color #76BC1E: hue angle of 86.58º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76BC1E is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB11818830-
CMYK0.3700.840.26
HSL86.58º72.48%42.75%-
HSV(B)86.58º84.04%73.73%-
XYZ25.6939.917.58-
YUV149.0660.81105.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.12%
GREEN value IS 188 (73.83% from 255) = 55.95%
BLUE value IS 30 (12.11% from 255) = 8.93%
R=35.12%
G=55.95%
B=8.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal118188300.3700.840.2686.5872.4842.75
Hex76BC1E250541A57482b
Octal166274364501243212711053
Binary11101101011110011110100101010101001101010101111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BC1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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