Html Css Color HEX #77CA2D Lima

📋 copy color: '#77CA2D'

red 119 ◦ green 202 ◦ blue 45

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

Shades of Lima #77CA2D

Tints of Lima #77CA2D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 55.19%

 BLUE value IS 45 (17.97% from 255) = 12.3%

R = 32.51%
G = 55.19%
B = 12.3%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#77CA2D (or 0x77CA2D) is known color: Lima. HEX triplet: 77, CA and 2D. RGB value is (119,202,45). Sum of RGB (Red+Green+Blue) = 119+202+45=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 202 (79.30% from 255 or 55.19% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 202 - color contains mainly: green. Hex color #77CA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CA2D is #8835D2. Grayscale: #9F9F9F. Windows color (decimal): -8926675 or 3000951. OLE color: 3000951.

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

Color convert

RGB 119 202 45 -
CMYK 0.41 0 0.78 0.21
HSL 91.72º 0.64% 0.48% -
HSV(B) 91.72º 0.78% 0.79% -
XYZ 29.2 46.35 9.89 -
YUV 159.29 63.5 99.27 -
System Red Green Blue C M Y K H S L
Decimal 119 202 45 0.41 0 0.78 0.21 91.72 0.64 0.48
Hex 77 CA 2D 29 0 4E 15 5C 40 30
Octal 167 312 55 51 0 116 25 134 100 60
Binary 1110111 11001010 101101 101001 0 1001110 10101 1011100 1000000 110000

Color Harmonies of #77CA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CA2D

Black with #77CA2D

Text Example


Text Example

White with #77CA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,202,45); }

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

background-color css

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

 a { background-color: rgb(119,202,45); }

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

border-color css

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

 span { border-color: rgb(119,202,45); }

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