Html Css Color HEX #76BC1C Lima

📋 copy color: '#76BC1C'

red 118 ◦ green 188 ◦ blue 28

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

Shades of Lima #76BC1C

Tints of Lima #76BC1C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 56.29%

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

R = 35.33%
G = 56.29%
B = 8.38%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#76BC1C (or 0x76BC1C) is known color: Lima. HEX triplet: 76, BC and 1C. RGB value is (118,188,28). Sum of RGB (Red+Green+Blue) = 118+188+28=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 188 (73.83% from 255 or 56.29% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BC1C is #8943E3. Grayscale: #959595. Windows color (decimal): -8995812 or 1883254. OLE color: 1883254.

HSL color Cylindrical-coordinate representation of color #76BC1C: hue angle of 86.25º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76BC1C is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 188 28 -
CMYK 0.37 0 0.85 0.26
HSL 86.25º 0.74% 0.42% -
HSV(B) 86.25º 0.85% 0.74% -
XYZ 25.66 39.9 7.45 -
YUV 148.83 59.81 106.01 -
System Red Green Blue C M Y K H S L
Decimal 118 188 28 0.37 0 0.85 0.26 86.25 0.74 0.42
Hex 76 BC 1C 25 0 55 1A 56 4A 2A
Octal 166 274 34 45 0 125 32 126 112 52
Binary 1110110 10111100 11100 100101 0 1010101 11010 1010110 1001010 101010

Color Harmonies of #76BC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BC1C

Black with #76BC1C

Text Example


Text Example

White with #76BC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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