Html Css Color HEX #77D41E Lima

📋 copy color: '#77D41E'

red 119 ◦ green 212 ◦ blue 30

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

Shades of Lima #77D41E

Tints of Lima #77D41E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 58.73%

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

R = 32.96%
G = 58.73%
B = 8.31%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#77D41E (or 0x77D41E) is known color: Lima. HEX triplet: 77, D4 and 1E. RGB value is (119,212,30). Sum of RGB (Red+Green+Blue) = 119+212+30=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 212 (83.20% from 255 or 58.73% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 212 - color contains mainly: green. Hex color #77D41E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77D41E is #882BE1. Grayscale: #A4A4A4. Windows color (decimal): -8924130 or 2020471. OLE color: 2020471.

HSL color Cylindrical-coordinate representation of color #77D41E: hue angle of 90.66º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #77D41E is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 119 212 30 -
CMYK 0.44 0 0.86 0.17
HSL 90.66º 0.75% 0.47% -
HSV(B) 90.66º 0.86% 0.83% -
XYZ 31.39 51.1 9.44 -
YUV 163.45 52.69 96.3 -
System Red Green Blue C M Y K H S L
Decimal 119 212 30 0.44 0 0.86 0.17 90.66 0.75 0.47
Hex 77 D4 1E 2C 0 56 11 5B 4B 2F
Octal 167 324 36 54 0 126 21 133 113 57
Binary 1110111 11010100 11110 101100 0 1010110 10001 1011011 1001011 101111

Color Harmonies of #77D41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D41E

Black with #77D41E

Text Example


Text Example

White with #77D41E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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