Html Css Color HEX #77BF2C Lima

📋 copy color: '#77BF2C'

red 119 ◦ green 191 ◦ blue 44

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

Shades of Lima #77BF2C

Tints of Lima #77BF2C

RGB

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

 GREEN value IS 191 (75% from 255) = 53.95%

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

R = 33.62%
G = 53.95%
B = 12.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#77BF2C (or 0x77BF2C) is known color: Lima. HEX triplet: 77, BF and 2C. RGB value is (119,191,44). Sum of RGB (Red+Green+Blue) = 119+191+44=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 191 (75% from 255 or 53.95% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BF2C is #8840D3. Grayscale: #999999. Windows color (decimal): -8929492 or 2932599. OLE color: 2932599.

HSL color Cylindrical-coordinate representation of color #77BF2C: hue angle of 89.39º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77BF2C is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 191 44 -
CMYK 0.38 0 0.77 0.25
HSL 89.39º 0.63% 0.46% -
HSV(B) 89.39º 0.77% 0.75% -
XYZ 26.69 41.37 8.96 -
YUV 152.71 66.65 103.95 -
System Red Green Blue C M Y K H S L
Decimal 119 191 44 0.38 0 0.77 0.25 89.39 0.63 0.46
Hex 77 BF 2C 26 0 4D 19 59 3F 2E
Octal 167 277 54 46 0 115 31 131 77 56
Binary 1110111 10111111 101100 100110 0 1001101 11001 1011001 111111 101110

Color Harmonies of #77BF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BF2C

Black with #77BF2C

Text Example


Text Example

White with #77BF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,191,44); }

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

background-color css

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

 a { background-color: rgb(119,191,44); }

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

border-color css

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

 span { border-color: rgb(119,191,44); }

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