Html Css Color HEX #77BC2B Lima

📋 copy color: '#77BC2B'

red 119 ◦ green 188 ◦ blue 43

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

Shades of Lima #77BC2B

Tints of Lima #77BC2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.29%

R = 34%
G = 53.71%
B = 12.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#77BC2B (or 0x77BC2B) is known color: Lima. HEX triplet: 77, BC and 2B. RGB value is (119,188,43). Sum of RGB (Red+Green+Blue) = 119+188+43=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #77BC2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BC2B is #8843D4. Grayscale: #979797. Windows color (decimal): -8930261 or 2866295. OLE color: 2866295.

HSL color Cylindrical-coordinate representation of color #77BC2B: hue angle of 88.55º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77BC2B is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 188 43 -
CMYK 0.37 0 0.77 0.26
HSL 88.55º 0.63% 0.45% -
HSV(B) 88.55º 0.77% 0.74% -
XYZ 26.03 40.06 8.65 -
YUV 150.84 67.14 105.29 -
System Red Green Blue C M Y K H S L
Decimal 119 188 43 0.37 0 0.77 0.26 88.55 0.63 0.45
Hex 77 BC 2B 25 0 4D 1A 59 3F 2D
Octal 167 274 53 45 0 115 32 131 77 55
Binary 1110111 10111100 101011 100101 0 1001101 11010 1011001 111111 101101

Color Harmonies of #77BC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BC2B

Black with #77BC2B

Text Example


Text Example

White with #77BC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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