Html Css Color HEX #77CD2C Lima

📋 copy color: '#77CD2C'

red 119 ◦ green 205 ◦ blue 44

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

Shades of Lima #77CD2C

Tints of Lima #77CD2C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 55.71%

 BLUE value IS 44 (17.58% from 255) = 11.96%

R = 32.34%
G = 55.71%
B = 11.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#77CD2C (or 0x77CD2C) is known color: Lima. HEX triplet: 77, CD and 2C. RGB value is (119,205,44). Sum of RGB (Red+Green+Blue) = 119+205+44=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 205 (80.47% from 255 or 55.71% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 205 - color contains mainly: green. Hex color #77CD2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CD2C is #8832D3. Grayscale: #A1A1A1. Windows color (decimal): -8925908 or 2936183. OLE color: 2936183.

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

Color convert

RGB 119 205 44 -
CMYK 0.42 0 0.79 0.20
HSL 92.05º 0.65% 0.49% -
HSV(B) 92.05º 0.79% 0.8% -
XYZ 29.89 47.77 10.03 -
YUV 160.93 62.01 98.09 -
System Red Green Blue C M Y K H S L
Decimal 119 205 44 0.42 0 0.79 0.20 92.05 0.65 0.49
Hex 77 CD 2C 2A 0 4F 14 5C 41 31
Octal 167 315 54 52 0 117 24 134 101 61
Binary 1110111 11001101 101100 101010 0 1001111 10100 1011100 1000001 110001

Color Harmonies of #77CD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CD2C

Black with #77CD2C

Text Example


Text Example

White with #77CD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,205,44); }

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

background-color css

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

 a { background-color: rgb(119,205,44); }

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

border-color css

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

 span { border-color: rgb(119,205,44); }

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