#76BB27

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

Shades of Lima #76BB27

Tints of Lima #76BB27

Color information

#76BB27 (or 0x76BB27) is unknown color: approx Lima. HEX triplet: 76, BB and 27. RGB value is (118,187,39). Sum of RGB (Red+Green+Blue) = 118+187+39=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 187 (73.44% from 255 or 54.36% from 344); Blue value is 39 (15.62% from 255 or 11.34% from 344); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BB27 is #8944D8. Grayscale: #969696. Windows color (decimal): -8996057 or 2603894. OLE color: 2603894.

HSL color Cylindrical-coordinate representation of color #76BB27: hue angle of 87.97º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76BB27 is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB11818739-
CMYK0.3700.790.27
HSL87.97º65.49%44.31%-
HSV(B)87.97º79.14%73.33%-
XYZ25.6139.548.2-
YUV149.565.64105.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.30%
GREEN value IS 187 (73.44% from 255) = 54.36%
BLUE value IS 39 (15.62% from 255) = 11.34%
R=34.30%
G=54.36%
B=11.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118187390.3700.790.2787.9765.4944.31
Hex76BB272504F1B58412c
Octal166273474501173313010154
Binary111011010111011100111100101010011111101110110001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BB27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,187,39); }

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

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

 a { background-color: rgb(118,187,39); }

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

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

 span { border-color: rgb(118,187,39); }

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