#77CE2D

Color #77CE2D Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #77CE2D

Tints of Lima #77CE2D

Color information

#77CE2D (or 0x77CE2D) is unknown color: approx Lima. HEX triplet: 77, CE and 2D. RGB value is (119,206,45). Sum of RGB (Red+Green+Blue) = 119+206+45=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 206 (80.86% from 255 or 55.68% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 206 - color contains mainly: green. Hex color #77CE2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CE2D is #8831D2. Grayscale: #A2A2A2. Windows color (decimal): -8925651 or 3001975. OLE color: 3001975.

HSL color Cylindrical-coordinate representation of color #77CE2D: hue angle of 92.42º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77CE2D is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB11920645-
CMYK0.4200.780.19
HSL92.42º64.14%49.22%-
HSV(B)92.42º78.16%80.78%-
XYZ30.1548.2510.21-
YUV161.6362.1897.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.16%
GREEN value IS 206 (80.86% from 255) = 55.68%
BLUE value IS 45 (17.97% from 255) = 12.16%
R=32.16%
G=55.68%
B=12.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal119206450.4200.780.1992.4264.1449.22
Hex77CE2D2A04E135c4031
Octal167316555201162313410061
Binary111011111001110101101101010010011101001110111001000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77CE2D;
 }
 .AnyTagClassName
 {
   color: #77CE2D;
 }
</style>
background-color css

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

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

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

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

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

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