#7CAE11

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

Shades of Lima #7CAE11

Tints of Lima #7CAE11

Color information

#7CAE11 (or 0x7CAE11) is unknown color: approx Lima. HEX triplet: 7C, AE and 11. RGB value is (124,174,17). Sum of RGB (Red+Green+Blue) = 124+174+17=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 174 (68.36% from 255 or 55.24% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAE11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAE11 is #8351EE. Grayscale: #8D8D8D. Windows color (decimal): -8606191 or 1158780. OLE color: 1158780.

HSL color Cylindrical-coordinate representation of color #7CAE11: hue angle of 79.11º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7CAE11 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB12417417-
CMYK0.2900.900.32
HSL79.11º82.2%37.45%-
HSV(B)79.11º90.23%68.24%-
XYZ23.5534.65.97-
YUV141.1557.94115.77-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.37%
GREEN value IS 174 (68.36% from 255) = 55.24%
BLUE value IS 17 (7.03% from 255) = 5.40%
R=39.37%
G=55.24%
B=5.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal124174170.2900.900.3279.1182.237.45
Hex7CAE111D05A204f5225
Octal174256213501324011712245
Binary11111001010111010001111010101101010000010011111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAE11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CAE11; }

 p { color: rgb(124,174,17); }

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

<style>
 a { background-color: #7CAE11; }

 a { background-color: rgb(124,174,17); }

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

<style>
 span { border-color: #7CAE11; }

 span { border-color: rgb(124,174,17); }

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