Html Css Color HEX #77C01E Lima

📋 copy color: '#77C01E'

red 119 ◦ green 192 ◦ blue 30

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

Shades of Lima #77C01E

Tints of Lima #77C01E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.3%

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

R = 34.9%
G = 56.3%
B = 8.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#77C01E (or 0x77C01E) is known color: Lima. HEX triplet: 77, C0 and 1E. RGB value is (119,192,30). Sum of RGB (Red+Green+Blue) = 119+192+30=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #77C01E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C01E is #883FE1. Grayscale: #989898. Windows color (decimal): -8929250 or 2015351. OLE color: 2015351.

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

Color convert

RGB 119 192 30 -
CMYK 0.38 0 0.84 0.25
HSL 87.04º 0.73% 0.44% -
HSV(B) 87.04º 0.84% 0.75% -
XYZ 26.69 41.71 7.87 -
YUV 151.71 59.32 104.67 -
System Red Green Blue C M Y K H S L
Decimal 119 192 30 0.38 0 0.84 0.25 87.04 0.73 0.44
Hex 77 C0 1E 26 0 54 19 57 49 2C
Octal 167 300 36 46 0 124 31 127 111 54
Binary 1110111 11000000 11110 100110 0 1010100 11001 1010111 1001001 101100

Color Harmonies of #77C01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C01E

Black with #77C01E

Text Example


Text Example

White with #77C01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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