#76BF29

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

Shades of Lima #76BF29

Tints of Lima #76BF29

Color information

#76BF29 (or 0x76BF29) is unknown color: approx Lima. HEX triplet: 76, BF and 29. RGB value is (118,191,41). Sum of RGB (Red+Green+Blue) = 118+191+41=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 191 (75% from 255 or 54.57% from 350); Blue value is 41 (16.41% from 255 or 11.71% from 350); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BF29 is #8940D6. Grayscale: #989898. Windows color (decimal): -8995031 or 2735990. OLE color: 2735990.

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

Color convert

RGB11819141-
CMYK0.3800.790.25
HSL89.2º64.66%45.49%-
HSV(B)89.2º78.53%74.9%-
XYZ26.541.278.67-
YUV152.0765.32103.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.71%
GREEN value IS 191 (75% from 255) = 54.57%
BLUE value IS 41 (16.41% from 255) = 11.71%
R=33.71%
G=54.57%
B=11.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118191410.3800.790.2589.264.6645.49
Hex76BF292604F1959412d
Octal166277514601173113110155
Binary111011010111111101001100110010011111100110110011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BF29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,191,41); }

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

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

 a { background-color: rgb(118,191,41); }

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

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

 span { border-color: rgb(118,191,41); }

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