Html Css Color HEX #77C21E Lima

📋 copy color: '#77C21E'

red 119 ◦ green 194 ◦ blue 30

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

Shades of Lima #77C21E

Tints of Lima #77C21E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 56.56%

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

R = 34.69%
G = 56.56%
B = 8.75%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#77C21E (or 0x77C21E) is known color: Lima. HEX triplet: 77, C2 and 1E. RGB value is (119,194,30). Sum of RGB (Red+Green+Blue) = 119+194+30=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 194 (76.17% from 255 or 56.56% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 194 - color contains mainly: green. Hex color #77C21E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C21E is #883DE1. Grayscale: #999999. Windows color (decimal): -8928738 or 2015863. OLE color: 2015863.

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

Color convert

RGB 119 194 30 -
CMYK 0.39 0 0.85 0.24
HSL 87.44º 0.73% 0.44% -
HSV(B) 87.44º 0.85% 0.76% -
XYZ 27.13 42.6 8.02 -
YUV 152.88 58.65 103.84 -
System Red Green Blue C M Y K H S L
Decimal 119 194 30 0.39 0 0.85 0.24 87.44 0.73 0.44
Hex 77 C2 1E 27 0 55 18 57 49 2C
Octal 167 302 36 47 0 125 30 127 111 54
Binary 1110111 11000010 11110 100111 0 1010101 11000 1010111 1001001 101100

Color Harmonies of #77C21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C21E

Black with #77C21E

Text Example


Text Example

White with #77C21E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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