#76BE2A

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

Shades of Lima #76BE2A

Tints of Lima #76BE2A

Color information

#76BE2A (or 0x76BE2A) is unknown color: approx Lima. HEX triplet: 76, BE and 2A. RGB value is (118,190,42). Sum of RGB (Red+Green+Blue) = 118+190+42=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 190 (74.61% from 255 or 54.29% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BE2A is #8941D5. Grayscale: #989898. Windows color (decimal): -8995286 or 2801270. OLE color: 2801270.

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

Color convert

RGB11819042-
CMYK0.3800.780.25
HSL89.19º63.79%45.49%-
HSV(B)89.19º77.89%74.51%-
XYZ26.340.858.69-
YUV151.666.15104.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.71%
GREEN value IS 190 (74.61% from 255) = 54.29%
BLUE value IS 42 (16.80% from 255) = 12%
R=33.71%
G=54.29%
B=12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118190420.3800.780.2589.1963.7945.49
Hex76BE2A2604E1959402d
Octal166276524601163113110055
Binary111011010111110101010100110010011101100110110011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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