Html Css Color HEX #76AC2B Lima

📋 copy color: '#76AC2B'

red 118 ◦ green 172 ◦ blue 43

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

Shades of Lima #76AC2B

Tints of Lima #76AC2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.91%

R = 35.44%
G = 51.65%
B = 12.91%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#76AC2B (or 0x76AC2B) is known color: Lima. HEX triplet: 76, AC and 2B. RGB value is (118,172,43). Sum of RGB (Red+Green+Blue) = 118+172+43=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AC2B is #8953D4. Grayscale: #8D8D8D. Windows color (decimal): -8999893 or 2862198. OLE color: 2862198.

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

Color convert

RGB 118 172 43 -
CMYK 0.31 0 0.75 0.33
HSL 85.12º 0.6% 0.42% -
HSV(B) 85.12º 0.75% 0.67% -
XYZ 22.66 33.53 7.56 -
YUV 141.15 72.61 111.49 -
System Red Green Blue C M Y K H S L
Decimal 118 172 43 0.31 0 0.75 0.33 85.12 0.6 0.42
Hex 76 AC 2B 1F 0 4B 21 55 3C 2A
Octal 166 254 53 37 0 113 41 125 74 52
Binary 1110110 10101100 101011 11111 0 1001011 100001 1010101 111100 101010

Color Harmonies of #76AC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AC2B

Black with #76AC2B

Text Example


Text Example

White with #76AC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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