Html Css Color HEX #77BC1C Lima

📋 copy color: '#77BC1C'

red 119 ◦ green 188 ◦ blue 28

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

Shades of Lima #77BC1C

Tints of Lima #77BC1C

RGB

 RED value IS 119 (46.88% from 255) = 35.52%

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

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

R = 35.52%
G = 56.12%
B = 8.36%

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

#77BC1C (or 0x77BC1C) is known color: Lima. HEX triplet: 77, BC and 1C. RGB value is (119,188,28). Sum of RGB (Red+Green+Blue) = 119+188+28=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #77BC1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BC1C is #8843E3. Grayscale: #959595. Windows color (decimal): -8930276 or 1883255. OLE color: 1883255.

HSL color Cylindrical-coordinate representation of color #77BC1C: hue angle of 85.88º 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 #77BC1C is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 188 28 -
CMYK 0.37 0 0.85 0.26
HSL 85.88º 0.74% 0.42% -
HSV(B) 85.88º 0.85% 0.74% -
XYZ 25.8 39.97 7.45 -
YUV 149.13 59.64 106.51 -
System Red Green Blue C M Y K H S L
Decimal 119 188 28 0.37 0 0.85 0.26 85.88 0.74 0.42
Hex 77 BC 1C 25 0 55 1A 56 4A 2A
Octal 167 274 34 45 0 125 32 126 112 52
Binary 1110111 10111100 11100 100101 0 1010101 11010 1010110 1001010 101010

Color Harmonies of #77BC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BC1C

Black with #77BC1C

Text Example


Text Example

White with #77BC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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