Html Css Color HEX #77C30C Lima

📋 copy color: '#77C30C'

red 119 ◦ green 195 ◦ blue 12

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

Shades of Lima #77C30C

Tints of Lima #77C30C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 59.82%

 BLUE value IS 12 (5.08% from 255) = 3.68%

R = 36.5%
G = 59.82%
B = 3.68%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#77C30C (or 0x77C30C) is known color: Lima. HEX triplet: 77, C3 and 0C. RGB value is (119,195,12). Sum of RGB (Red+Green+Blue) = 119+195+12=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 195 (76.56% from 255 or 59.82% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 195 - color contains mainly: green. Hex color #77C30C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77C30C is #883CF3. Grayscale: #989898. Windows color (decimal): -8928500 or 836471. OLE color: 836471.

HSL color Cylindrical-coordinate representation of color #77C30C: hue angle of 84.92º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77C30C is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 195 12 -
CMYK 0.39 0 0.94 0.24
HSL 84.92º 0.88% 0.41% -
HSV(B) 84.92º 0.94% 0.76% -
XYZ 27.19 42.98 7.21 -
YUV 151.41 49.32 104.88 -
System Red Green Blue C M Y K H S L
Decimal 119 195 12 0.39 0 0.94 0.24 84.92 0.88 0.41
Hex 77 C3 C 27 0 5E 18 55 58 29
Octal 167 303 14 47 0 136 30 125 130 51
Binary 1110111 11000011 1100 100111 0 1011110 11000 1010101 1011000 101001

Color Harmonies of #77C30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C30C

Black with #77C30C

Text Example


Text Example

White with #77C30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,195,12); }

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

background-color css

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

 a { background-color: rgb(119,195,12); }

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

border-color css

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

 span { border-color: rgb(119,195,12); }

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