Html Css Color HEX #76C62C Lima

📋 copy color: '#76C62C'

red 118 ◦ green 198 ◦ blue 44

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

Shades of Lima #76C62C

Tints of Lima #76C62C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 55%

 BLUE value IS 44 (17.58% from 255) = 12.22%

R = 32.78%
G = 55%
B = 12.22%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#76C62C (or 0x76C62C) is known color: Lima. HEX triplet: 76, C6 and 2C. RGB value is (118,198,44). Sum of RGB (Red+Green+Blue) = 118+198+44=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 198 (77.73% from 255 or 55% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 198 - color contains mainly: green. Hex color #76C62C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C62C is #8939D3. Grayscale: #9D9D9D. Windows color (decimal): -8993236 or 2934390. OLE color: 2934390.

HSL color Cylindrical-coordinate representation of color #76C62C: hue angle of 91.17º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76C62C is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 198 44 -
CMYK 0.40 0 0.78 0.22
HSL 91.17º 0.64% 0.47% -
HSV(B) 91.17º 0.78% 0.78% -
XYZ 28.12 44.42 9.48 -
YUV 156.52 64.5 100.52 -
System Red Green Blue C M Y K H S L
Decimal 118 198 44 0.40 0 0.78 0.22 91.17 0.64 0.47
Hex 76 C6 2C 28 0 4E 16 5B 40 2F
Octal 166 306 54 50 0 116 26 133 100 57
Binary 1110110 11000110 101100 101000 0 1001110 10110 1011011 1000000 101111

Color Harmonies of #76C62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C62C

Black with #76C62C

Text Example


Text Example

White with #76C62C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,198,44); }

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

background-color css

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

 a { background-color: rgb(118,198,44); }

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

border-color css

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

 span { border-color: rgb(118,198,44); }

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