Html Css Color HEX #77CB2A Lima

📋 copy color: '#77CB2A'

red 119 ◦ green 203 ◦ blue 42

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

Shades of Lima #77CB2A

Tints of Lima #77CB2A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 55.77%

 BLUE value IS 42 (16.8% from 255) = 11.54%

R = 32.69%
G = 55.77%
B = 11.54%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#77CB2A (or 0x77CB2A) is known color: Lima. HEX triplet: 77, CB and 2A. RGB value is (119,203,42). Sum of RGB (Red+Green+Blue) = 119+203+42=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 203 (79.69% from 255 or 55.77% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 203 - color contains mainly: green. Hex color #77CB2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CB2A is #8834D5. Grayscale: #A0A0A0. Windows color (decimal): -8926422 or 2804599. OLE color: 2804599.

HSL color Cylindrical-coordinate representation of color #77CB2A: hue angle of 91.3º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #77CB2A is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 203 42 -
CMYK 0.41 0 0.79 0.20
HSL 91.3º 0.66% 0.48% -
HSV(B) 91.3º 0.79% 0.8% -
XYZ 29.38 46.8 9.68 -
YUV 159.53 61.67 99.09 -
System Red Green Blue C M Y K H S L
Decimal 119 203 42 0.41 0 0.79 0.20 91.3 0.66 0.48
Hex 77 CB 2A 29 0 4F 14 5B 42 30
Octal 167 313 52 51 0 117 24 133 102 60
Binary 1110111 11001011 101010 101001 0 1001111 10100 1011011 1000010 110000

Color Harmonies of #77CB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CB2A

Black with #77CB2A

Text Example


Text Example

White with #77CB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,203,42); }

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

background-color css

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

 a { background-color: rgb(119,203,42); }

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

border-color css

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

 span { border-color: rgb(119,203,42); }

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