Html Css Color HEX #76C51C Lima

📋 copy color: '#76C51C'

red 118 ◦ green 197 ◦ blue 28

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

Shades of Lima #76C51C

Tints of Lima #76C51C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 57.43%

 BLUE value IS 28 (11.33% from 255) = 8.16%

R = 34.4%
G = 57.43%
B = 8.16%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#76C51C (or 0x76C51C) is known color: Lima. HEX triplet: 76, C5 and 1C. RGB value is (118,197,28). Sum of RGB (Red+Green+Blue) = 118+197+28=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 197 (77.34% from 255 or 57.43% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 197 - color contains mainly: green. Hex color #76C51C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C51C is #893AE3. Grayscale: #9A9A9A. Windows color (decimal): -8993508 or 1885558. OLE color: 1885558.

HSL color Cylindrical-coordinate representation of color #76C51C: hue angle of 88.05º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76C51C is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 118 197 28 -
CMYK 0.40 0 0.86 0.23
HSL 88.05º 0.75% 0.44% -
HSV(B) 88.05º 0.86% 0.77% -
XYZ 27.65 43.87 8.11 -
YUV 154.11 56.83 102.24 -
System Red Green Blue C M Y K H S L
Decimal 118 197 28 0.40 0 0.86 0.23 88.05 0.75 0.44
Hex 76 C5 1C 28 0 56 17 58 4B 2C
Octal 166 305 34 50 0 126 27 130 113 54
Binary 1110110 11000101 11100 101000 0 1010110 10111 1011000 1001011 101100

Color Harmonies of #76C51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C51C

Black with #76C51C

Text Example


Text Example

White with #76C51C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,197,28); }

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

background-color css

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

 a { background-color: rgb(118,197,28); }

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

border-color css

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

 span { border-color: rgb(118,197,28); }

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