Html Css Color HEX #77C41E Lima

📋 copy color: '#77C41E'

red 119 ◦ green 196 ◦ blue 30

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

Shades of Lima #77C41E

Tints of Lima #77C41E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 56.81%

 BLUE value IS 30 (12.11% from 255) = 8.7%

R = 34.49%
G = 56.81%
B = 8.7%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#77C41E (or 0x77C41E) is known color: Lima. HEX triplet: 77, C4 and 1E. RGB value is (119,196,30). Sum of RGB (Red+Green+Blue) = 119+196+30=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 196 (76.95% from 255 or 56.81% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 196 - color contains mainly: green. Hex color #77C41E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C41E is #883BE1. Grayscale: #9A9A9A. Windows color (decimal): -8928226 or 2016375. OLE color: 2016375.

HSL color Cylindrical-coordinate representation of color #77C41E: hue angle of 87.83º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #77C41E is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 119 196 30 -
CMYK 0.39 0 0.85 0.23
HSL 87.83º 0.73% 0.44% -
HSV(B) 87.83º 0.85% 0.77% -
XYZ 27.58 43.5 8.17 -
YUV 154.05 57.99 103 -
System Red Green Blue C M Y K H S L
Decimal 119 196 30 0.39 0 0.85 0.23 87.83 0.73 0.44
Hex 77 C4 1E 27 0 55 17 58 49 2C
Octal 167 304 36 47 0 125 27 130 111 54
Binary 1110111 11000100 11110 100111 0 1010101 10111 1011000 1001001 101100

Color Harmonies of #77C41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C41E

Black with #77C41E

Text Example


Text Example

White with #77C41E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,196,30); }

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

background-color css

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

 a { background-color: rgb(119,196,30); }

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

border-color css

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

 span { border-color: rgb(119,196,30); }

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