Html Css Color HEX #76AC2E Lima

📋 copy color: '#76AC2E'

red 118 ◦ green 172 ◦ blue 46

#76AC2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #76AC2E

Tints of Lima #76AC2E

RGB

 RED value IS 118 (46.48% from 255) = 35.12%

 GREEN value IS 172 (67.58% from 255) = 51.19%

 BLUE value IS 46 (18.36% from 255) = 13.69%

R = 35.12%
G = 51.19%
B = 13.69%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#76AC2E (or 0x76AC2E) is known color: Lima. HEX triplet: 76, AC and 2E. RGB value is (118,172,46). Sum of RGB (Red+Green+Blue) = 118+172+46=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AC2E is #8953D1. Grayscale: #8D8D8D. Windows color (decimal): -8999890 or 3058806. OLE color: 3058806.

HSL color Cylindrical-coordinate representation of color #76AC2E: hue angle of 85.71º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76AC2E is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 172 46 -
CMYK 0.31 0 0.73 0.33
HSL 85.71º 0.58% 0.43% -
HSV(B) 85.71º 0.73% 0.67% -
XYZ 22.72 33.55 7.86 -
YUV 141.49 74.11 111.25 -
System Red Green Blue C M Y K H S L
Decimal 118 172 46 0.31 0 0.73 0.33 85.71 0.58 0.43
Hex 76 AC 2E 1F 0 49 21 56 3A 2B
Octal 166 254 56 37 0 111 41 126 72 53
Binary 1110110 10101100 101110 11111 0 1001001 100001 1010110 111010 101011

Color Harmonies of #76AC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AC2E

Black with #76AC2E

Text Example


Text Example

White with #76AC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,172,46); }

 H1.HeaderClassName
 {
   color: #76AC2E;
 }
 .AnyTagClassName
 {
   color: #76AC2E;
 }
</style>

background-color css

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

 a { background-color: rgb(118,172,46); }

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

border-color css

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

 span { border-color: rgb(118,172,46); }

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