#76C02C

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

Shades of Lima #76C02C

Tints of Lima #76C02C

Color information

#76C02C (or 0x76C02C) is unknown color: approx Lima. HEX triplet: 76, C0 and 2C. RGB value is (118,192,44). Sum of RGB (Red+Green+Blue) = 118+192+44=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #76C02C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C02C is #893FD3. Grayscale: #999999. Windows color (decimal): -8994772 or 2932854. OLE color: 2932854.

HSL color Cylindrical-coordinate representation of color #76C02C: hue angle of 90º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76C02C is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB11819244-
CMYK0.3900.770.25
HSL90º62.71%46.27%-
HSV(B)90º77.08%75.29%-
XYZ26.7841.739.03-
YUV15366.48103.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.33%
GREEN value IS 192 (75.39% from 255) = 54.24%
BLUE value IS 44 (17.58% from 255) = 12.43%
R=33.33%
G=54.24%
B=12.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118192440.3900.770.259062.7146.27
Hex76C02C2704D195a3f2e
Octal16630054470115311327756
Binary11101101100000010110010011101001101110011011010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,192,44); }

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

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

 a { background-color: rgb(118,192,44); }

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

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

 span { border-color: rgb(118,192,44); }

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