Html Css Color HEX #76B22E Lima

📋 copy color: '#76B22E'

red 118 ◦ green 178 ◦ blue 46

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

Shades of Lima #76B22E

Tints of Lima #76B22E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.05%

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

R = 34.5%
G = 52.05%
B = 13.45%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#76B22E (or 0x76B22E) is known color: Lima. HEX triplet: 76, B2 and 2E. RGB value is (118,178,46). Sum of RGB (Red+Green+Blue) = 118+178+46=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 178 (69.92% from 255 or 52.05% from 342); Blue value is 46 (18.36% from 255 or 13.45% from 342); Max value from RGB is 178 - color contains mainly: green. Hex color #76B22E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76B22E is #894DD1. Grayscale: #919191. Windows color (decimal): -8998354 or 3060342. OLE color: 3060342.

HSL color Cylindrical-coordinate representation of color #76B22E: hue angle of 87.27º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76B22E is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 178 46 -
CMYK 0.34 0 0.74 0.30
HSL 87.27º 0.59% 0.44% -
HSV(B) 87.27º 0.74% 0.7% -
XYZ 23.88 35.89 8.25 -
YUV 145.01 72.12 108.73 -
System Red Green Blue C M Y K H S L
Decimal 118 178 46 0.34 0 0.74 0.30 87.27 0.59 0.44
Hex 76 B2 2E 22 0 4A 1E 57 3B 2C
Octal 166 262 56 42 0 112 36 127 73 54
Binary 1110110 10110010 101110 100010 0 1001010 11110 1010111 111011 101100

Color Harmonies of #76B22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B22E

Black with #76B22E

Text Example


Text Example

White with #76B22E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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