Html Css Color HEX #77BC2F Lima

📋 copy color: '#77BC2F'

red 119 ◦ green 188 ◦ blue 47

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

Shades of Lima #77BC2F

Tints of Lima #77BC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.28%

R = 33.62%
G = 53.11%
B = 13.28%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#77BC2F (or 0x77BC2F) is known color: Lima. HEX triplet: 77, BC and 2F. RGB value is (119,188,47). Sum of RGB (Red+Green+Blue) = 119+188+47=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #77BC2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BC2F is #8843D0. Grayscale: #979797. Windows color (decimal): -8930257 or 3128439. OLE color: 3128439.

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

Color convert

RGB 119 188 47 -
CMYK 0.37 0 0.75 0.26
HSL 89.36º 0.6% 0.46% -
HSV(B) 89.36º 0.75% 0.74% -
XYZ 26.1 40.09 9.05 -
YUV 151.3 69.14 104.96 -
System Red Green Blue C M Y K H S L
Decimal 119 188 47 0.37 0 0.75 0.26 89.36 0.6 0.46
Hex 77 BC 2F 25 0 4B 1A 59 3C 2E
Octal 167 274 57 45 0 113 32 131 74 56
Binary 1110111 10111100 101111 100101 0 1001011 11010 1011001 111100 101110

Color Harmonies of #77BC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BC2F

Black with #77BC2F

Text Example


Text Example

White with #77BC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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